Thread: "There is no source code available for the current location"

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    52

    "There is no source code available for the current location"

    I'm using Visual C++ Express Edition.In debugging mode,After I edited code,I exited debugging mode and debuged file again..It informs that "There is no source code available for the current location" and two button options," OK and Show Disassembly"....I can't debug file where I set breakpoint..what the error is ?..How to fix it?please help me!!!Thanks very much.....

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Is this unmanaged C++ or Managed C++?

    If the latter, check if Unmanaged Code Debugging in Project->Properties->Configuration Properties->Debugging is off. It has to be off.

    If the former, turn it on.

    Rebuild all after doing it.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    52
    I don't see "Unmanaged Code Debugging" in this part...please help me....

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How Can I compile 3 source code in 1 program ?
    By lord_cedrich in forum C Programming
    Replies: 8
    Last Post: 12-10-2006, 05:10 AM
  2. Lines from Unix's source code have been copied into the heart of Linux????
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 05-19-2003, 03:50 PM
  3. How do I get the current date in my code?
    By FromHolland in forum C++ Programming
    Replies: 3
    Last Post: 04-08-2003, 01:37 PM
  4. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  5. C source code for int25 or code help
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 09-26-2001, 02:04 AM