Results 1 to 3 of 3

Thread: debugger

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    debugger

    Hi,
    All of a sudden most of the time, my win .net application does not debug when it gets to the middle of the program.
    The message is: There is no source code available for the current location
    I have looked on Microsoft site and it says:
    Your project does not contain source code for the code you are trying to view. The usual cause is double-clicking a module that does not have source in the Call Stack or Threads Window. You can continue to debug, but cannot use the source window to set breakpoints and perform other actions at this location. If you need to set a breakpoint, use the Disassembly Window instead.

    It says that the source code is not there but I have not changed anything and do not understand why this is keep happening all of a sudden.

    Thanks

  2. #2
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    Is it something to do with your Build Configuration? Go to the Configuration Manager (off the Build menu) and make sure that you have Debug selected rather than Release.
    This world is not my home. I'm just passing through.

  3. #3
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Is the code your trying to debug in the same solution as your application (i.e. dll external to project?) Are your referenced dll's built with debug mode?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width