mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
389 B
7 lines
389 B
== Notes == |
|
- During evaluation some chains may be temporarly removed |
|
- When two events are invoked and JMC is active, step out skips the second function |
|
- Step out and step over works properly for exceptions |
|
- Evaluation kills stepper overs on active frame |
|
- StepRange callbacks go first (probably in order), StepOut callback are called after that |
|
- StepRange is much slower then StepOut
|
|
|