VS2005: edit while debugging

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
 
W

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?
 
C

chanmm

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top