Thread: debugger goes straight to dis-assambly

  1. #1
    Frustrated Programmer :( phantom's Avatar
    Join Date
    Sep 2001
    Posts
    163

    Question debugger goes straight to dis-assambly

    When ever I goto de-bug my program it goes straight to the disassembly screen and gives me no chance to de-bug the program. If I use a friends computer it de-bugs fine.
    I am using Microsoft visual C++.
    My site to register for all my other websites!
    'Clifton Bazaar'

  2. #2
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680
    This is an installation option. During installation of VC++ you can choose to install source files. I'm not sure if these source files are included in all editions of VC++.

  3. #3
    Registered User Cela's Avatar
    Join Date
    Jan 2003
    Posts
    362
    You can hit the disassembly button to unselect it and go to normal code :-)
    *Cela*

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Make sure that you are on a Debug build...not a Release build

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting a C# program with a manifest file to run in the debugger
    By Xarzu Athanasop in forum C# Programming
    Replies: 0
    Last Post: 01-18-2008, 06:34 PM
  2. executing from debugger
    By hedwin in forum C++ Programming
    Replies: 8
    Last Post: 10-11-2007, 04:05 PM
  3. Replies: 3
    Last Post: 07-24-2007, 04:25 PM
  4. MSVC++ Debugger (it kills me)
    By lightatdawn in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 06-29-2002, 07:37 PM