bneukom / ch.fhnw.mdt

MicroCore development tools.
0 stars 0 forks source link

Enable/Disable StepInto/StepOver at appropriate times during debugging #22

Closed bneukom closed 8 years ago

bneukom commented 9 years ago

Originally reported by: bneukom (Bitbucket: bneukom, GitHub: bneukom)


StepInto only enabled when the next instruction is a call. StepOver for the rest.


bneukom commented 9 years ago

Original comment by bneukom (Bitbucket: bneukom, GitHub: bneukom):


Not really needed. The debugger handles the cases fairly well (in case of step into it just does a normal step)