goodmorningsky
Centurion
- Joined
- Aug 18, 2003
- Messages
- 172
Hi, all.
I'm developing window app with C# using VS.NET.
When I debug app by pressing F5 and output using Debug.WriteLine(), I can't see the result since
the Output window disappears when the debug starts.
How can I keep the output window open while debugging?
And one more question..
In VB6, I can change code while debugging, and next line execution reflect the changes right away.
But, in C#.NET I could edit the code while debugging and stopped with Break point. However the changed code is not effect the execution.
Is there any way execution reflects the code changes in real time?
Thank you all..
I'm developing window app with C# using VS.NET.
When I debug app by pressing F5 and output using Debug.WriteLine(), I can't see the result since
the Output window disappears when the debug starts.
How can I keep the output window open while debugging?
And one more question..
In VB6, I can change code while debugging, and next line execution reflect the changes right away.
But, in C#.NET I could edit the code while debugging and stopped with Break point. However the changed code is not effect the execution.
Is there any way execution reflects the code changes in real time?
Thank you all..