Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By ardhuru
#55785 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
User avatar
By Mmiscool
#55837 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.