Debug run build

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I, like I'm sure a lot of people, make some modifications, then press F5 to do a build and run in one go, clicking 'yes' to Do you want to build first. Sometimes, there are warnings but not errors. Once the project has started, the 'output' refers to what libraries have been loaded and the program's debug output, the compiler output has gone at this point
Is there any way to show both output windows, i.e. view the compiler output while the program is running
Using VS.NET2k3

Thanks
 
You can drag and drop the tab to do this for you.

HTH
--
============
Frank Hickman
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.


songie D said:
I, like I'm sure a lot of people, make some modifications, then press F5
to do a build and run in one go, clicking 'yes' to Do you want to build
first. Sometimes, there are warnings but not errors. Once the project has
started, the 'output' refers to what libraries have been loaded and the
program's debug output, the compiler output has gone at this point.
Is there any way to show both output windows, i.e. view the compiler
output while the program is running?
 
How do I start to drag it, since when the project enters run mode
the only output tab is the one showing the program output, not the
compiler output?
 
songie said:
How do I start to drag it, since when the project enters run mode
the only output tab is the one showing the program output, not the
compiler output?

There's a combo box along the top of the output window. Click on it.
 
Back
Top