goodmorningsky Posted December 4, 2003 Posted December 4, 2003 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.. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
iebidan Posted December 4, 2003 Posted December 4, 2003 mmmmmm, have you tried using the little button in one corner? I can't remember the name but there is one, that allows you to dock the window... Quote Fat kids are harder to kidnap
goodmorningsky Posted December 5, 2003 Author Posted December 5, 2003 I docked output window. But, when it run in debug mode the window disappears. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
iebidan Posted December 5, 2003 Posted December 5, 2003 use the view menu and select the output window... then dock it again... should work Quote Fat kids are harder to kidnap
*Experts* mutant Posted December 5, 2003 *Experts* Posted December 5, 2003 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? This is not supported in VS.NET now, but it probably will in the next release. Quote
goodmorningsky Posted December 5, 2003 Author Posted December 5, 2003 Do you mean both of the output window and real time code changing debugging will be supported in next release? And what's next release, 2003 or next unleashed? Thank you... Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
*Experts* mutant Posted December 5, 2003 *Experts* Posted December 5, 2003 Output window is in VS.NET now. The next release will be 2004. Quote
goodmorningsky Posted December 5, 2003 Author Posted December 5, 2003 Thank you for response. Let me clear.. I still don't find how to keep the output window opened while debugging since it disappear.. you means it's not possible now or it's possible now? Thanks.. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
*Experts* mutant Posted December 5, 2003 *Experts* Posted December 5, 2003 Go to View menu, then Other Windows, and click Ouput. The window should be visible now. If it gets hidden when debug starts, simply do the same thing to make it visible again, Quote
goodmorningsky Posted December 8, 2003 Author Posted December 8, 2003 thank you for considering.. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.