VS2005: edit while debugging

  • Thread starter Thread starter Wiebe Tijsma
  • Start date Start date
W

Wiebe Tijsma

Hi,

I'm looking for a way to be able to edit the source files in VS2005
while debugging. I don't mean edit-and-continue, and I really don't care
if the debugger points to the wrong line after adding or removing a
line, I just want to be able to add comments or make small changes while
seeing the code without having to stop the debugger.

Thanks!

Wiebe Tijsma
 
Wiebe said:
Hi,

I'm looking for a way to be able to edit the source files in VS2005
while debugging. I don't mean edit-and-continue, and I really don't care
if the debugger points to the wrong line after adding or removing a
line, I just want to be able to add comments or make small changes while
seeing the code without having to stop the debugger.

Thanks!

Wiebe Tijsma

Anyone?
 
Why so frustrated about it? You can always use the command windows to change
variable value and so on even if you stop and start again or store you
variable value somewhere.

chanmm
 
Back
Top