bneukom / ch.fhnw.mdt

MicroCore development tools.
0 stars 0 forks source link

Call Stack wrong if first command is not a simple step. #40

Closed bneukom closed 8 years ago

bneukom commented 9 years ago

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


If the first command for the debugger is not a step command (CR) then the debugger will parse the method start again (_funa ---------------) and interprete it as a step into a function.


bneukom commented 9 years ago

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


Fixed, but there might still be a bug if the function calls itself on the first line (unlikely).