Need Help with VC++ Debugger

Started by
1 comment, last by kSquared 18 years, 3 months ago
hi everyone , can you tell me how to use a debugger mode in vc++. thank you in advance. [Edited by - LessBread on January 10, 2006 2:37:35 AM]
Advertisement
Click menu: Build->Set Active Configuration, then select "Win32 Debug" and click "OK". is it what you wanna know?
You'll also need to hit F5 to build the program itself and run it in a debugger context.

Hope that helps,
- k2"Choose a job you love, and you'll never have to work a day in your life." — Confucius"Logic will get you from A to B. Imagination will get you everywhere." — Albert Einstein"Money is the most egalitarian force in society. It confers power on whoever holds it." — Roger Starr{General Programming Forum FAQ} | {Blog/Journal} | {[email=kkaitan at gmail dot com]e-mail me[/email]} | {excellent webhosting}

This topic is closed to new replies.

Advertisement