How to debug in visual c++ ide?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
uzik
Posts: 24
Joined: Wed Sep 22, 2004 4:56 pm

How to debug in visual c++ ide?

Post by uzik »

Anyone have a good setup for debugging in Visual C++ 6?
When I start the target program it puts the screen in full screen mode.
If I set breakpoints they stop but the screen is still in graphics
mode and debugger won't display in that mode...

I've got a two monitor setup at home, perhaps I can run the debugger
on the other monitor?
Post Reply