-->
Page 1 of 1

Edit in the debug screen, and single stepping

PostPosted: Wed Sep 28, 2016 12:08 am
by ardhuru
I find the 'debug' option extremely useful.

I wonder if it would be possible to allow editing the code right in the debug screen, after stopping the program? It would be a huge help if one does not have to get back to the edit mode to do that.

Also, not related to the above, would it at all be possible to have a single stepping option in debug?

Anand

Re: Edit in the debug screen, and single stepping

PostPosted: Wed Sep 28, 2016 3:35 pm
by Mmiscool
A single stepping option is some thing that could happen. Live editing in the debugger how ever will not be possible.

Prior to the code being run there are some optimizations and parsing that take place to find the exact locations of loops, branches and if then structures that would make it impossible to do live editing of a running program.

Re: Edit in the debug screen, and single stepping

PostPosted: Thu Sep 29, 2016 12:41 pm
by ardhuru
I see...

Shall wait eagerly for the single step feature!

Best Regards.