Skip to content

Commit

Permalink
Added documentation for debuggertype
Browse files Browse the repository at this point in the history
  • Loading branch information
peter1745 committed Oct 30, 2023
1 parent 4936209 commit c7dc402
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/debuggertype.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ debuggertype "value"
### Parameters ###

`value` one of:
* `Mixed` - needs documentation.
* `NativeOnly` - needs documentation.
* `ManagedOnly` - needs documentation.
* `NativeWithManagedCore` - needs documentation.
* `Mixed` - Enables simultanoues debugging of native and .NET Framework code.
* `NativeOnly` - Restricts debugging to native code only.
* `ManagedOnly` - Restricts debugging to managed code only.
* `NativeWithManagedCore` - Enables simultanoues debugging of native and .NET Core code.

### Applies To ###

Expand Down

0 comments on commit c7dc402

Please sign in to comment.