pascalabcnet/Libraries/Debugger.Core/Stepping.txt

8 lines
389 B
Plaintext
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
== 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