bneukom / ch.fhnw.mdt

MicroCore development tools.
0 stars 0 forks source link

Debugger: Also execute exit statement of function #31

Closed bneukom closed 8 years ago

bneukom commented 9 years ago

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


If we exit too early (as we do now) the last item on the dstack might not be shown.


bneukom commented 9 years ago

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


Exit statements are now being executed and the stack at the end is shown.