The breakpoint will not currently be hit. No Symbols have been loaded for this document.

Last post 12-16-2009 3:45 PM by chandu1256. 3 replies.

Sort Posts:

  • The breakpoint will not currently be hit. No Symbols have been loaded for this document.

    05-28-2009, 2:04 AM
    • Member
      point Member
    • Liaquat
    • Member since 11-18-2008, 10:53 AM
    • Posts 8

     

    Hi,

    i am facing following problem in asp.net 1.1.

    The breakpoint will not currently be hit. No Symbols have been loaded for this document.

    If anybody know how to solve this problem do let me know

     Regards,

     

     

    Filed under:
  • Re: The breakpoint will not currently be hit. No Symbols have been loaded for this document.

    05-28-2009, 4:42 AM
    • Member
      113 point Member
    • majek
    • Member since 04-27-2005, 1:52 PM
    • Posts 47

    Is this a web service or a remote install? If you are debugging an application remotely, you need to make sure you are in debug mode and you have the lasted build on the remote computer otherwise you will get this error.

    Please mark as answered if this solves your problem.

    Please Mark as answered if this solves your problem. :)
  • Re: The breakpoint will not currently be hit. No Symbols have been loaded for this document.

    06-02-2009, 6:11 AM
    Answer

    Hi,

    Please make sure you select Debug from solution configuration dropdownlist in menu bar.

    If the debugger doesn’t load the .pdb file, the Breakpiont cannot be hit. So please make sure that the symbols are loaded by the debugger. We can check if the debugger loads this pdb file by the following steps (Debug->Windows->Modules), and then select your dll module to see if the pdb file is loaded. If the pdb file is not loaded, we can load it manually (Right click the dll model->Select Load Symbols).

    You can get more information about debugging by referring to http://blogs.msdn.com/jimgries/pages/visual-studio-debugger-faq.aspx (Section: Breakpoints and other Execution Control).


    I look forward to receiving your test results.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  • Re: The breakpoint will not currently be hit. No Symbols have been loaded for this document.

    12-16-2009, 3:45 PM
    • Member
      7 point Member
    • chandu1256
    • Member since 12-04-2009, 2:52 PM
    • Posts 4

    IT is clear that breakpoint will not be hit!! check to see if the paths you are using have a required permissions.

    I had a similar problem where my breakpoints in aspx file wouldnt hit. I couldnt browse the file from IIS either. I checked the flow and changed the config file which had the path for the file to be written and changed...then everything went fine..


Page 1 of 1 (4 items)