pascalabcnet/Libraries/Debugger.Core/Stepping.txt
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

8 lines
389 B
Plaintext

== 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