Click here to Skip to main content
15,895,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
all of a sudden this happened to me.
i am not quiet sure what i might have done to trigger this.

when i give start debugging (f5) a whole lot of windows open along with my program.

namely autos,watch, memory, process etc... (actually i don't know what they mean)

but if i give Debug>>start without debugging, then only my program starts which is what i want.

also i get those same windows if i press Debug>>step over (but this time without the window of my program)

any help would be greatly appreciated.
i need this to be solved urgently.

thanks a lot
Posted

1 solution

These aren't extra programs - they're part of Visual Studio, and they open when you run your program under the debugger. Just close them when they come up, and Visual Studio should remember that you don't want to see them the next time you run under the debugger.

Learn how your tools work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900