PDA

Click to See Complete Forum and Search --> : debugging code !


Pirate
Feb 13th, 2003, 12:06 PM
this in the options window ! under debugging item

"Changes in Visual Basic and Visual C# Code :"
1-allow me to edit C# files while debugging
2-allow me to edit VB files while debugging

Shouldn't this option allow me to debug the code while it's running as in VB6?I tried but it's not working . any idea !

Edneeis
Feb 13th, 2003, 12:32 PM
That is what I thought too, but that is incorrect. I'm not sure what it means but since code is compiled now you can't debug or change anything will the app is running.

Pirate
Feb 13th, 2003, 01:24 PM
When tracking the process of running any proj in VS.NET , logically this can't be done (I mean debugging the code)because it the proj run from the existed exe file under bin folder (that's what I'm think now) .after all , What the hell this option does ?