-
Notifications
You must be signed in to change notification settings - Fork 103
Features
Igor Kulaychuk edited this page Nov 2, 2018
·
3 revisions
-
Protocol
-
Steps
-
Step in
-
Step out
-
Step over
-
-
Values
-
Display build-in types
-
Display collections
-
Display custom types
-
Modify basic values (int, float, string)
-
-
Breakpoints
-
Line breakpoint
-
Entry breakpoint
-
Function breakpoint
-
Exception breakpoint
-
Conditional breakpoint (depends on C# expression)
-
-
Expression
-
C# expression
-
No side effect
-
-
Misc
-
Break all
-
Show C# backtrace at any stop
-
Capture stdout/stderr of launched application
-
Operate along with .NET Core profiler
-
Module attributes (is user code/is optimized module)
-
Windows support
-
-
Mixed mode debug
-
Native stack frames
-
Stop on native breakpoints
-
Value display at breakpoint
-
Stepping
-