Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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..

Sun Certified Web component Developer,

Microsoft Certified Solution Developer .NET,

Software Engineer

Posted
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...
Fat kids are harder to kidnap
  • *Experts*
Posted

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.

Posted

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...

Sun Certified Web component Developer,

Microsoft Certified Solution Developer .NET,

Software Engineer

Posted

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..

Sun Certified Web component Developer,

Microsoft Certified Solution Developer .NET,

Software Engineer

  • *Experts*
Posted
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,

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...