Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Source Code Debug- How do I? Urgent plz someone 1

Status
Not open for further replies.

KernelObject

Programmer
Jul 25, 2001
65
IN
Hello,
I am using VC++ 6.0 Enterprise Edition to write a Win32
(platform SDK) windows socket program.
How do I debug on the source code like in Turbo Debugger in Borland C for WIndows (BCW)?
Whatever I try to do, I seem to keep ending up with a disassembly screen with assembly code, which is not helpful to me..
someone plz help fast

-Shreik
 
Yes, the IDE is sometimes tricky.
For debug you have to set your active configuration to "Win 32 Debug" or "Win32 Unicode Debug" (from the build menu).

Also at debug time, on the Debug Toolobar deselect the Dissasembly button(sometimes works with Alt+8).

Hope this helps, s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darkness...
 
As u know, u can just go to the MFC code,after this,they are all assembly code which noone want to understand.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top