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

Last post 06-02-2009 6:11 AM by Thomas Sun – MSFT. 2 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.
Page 1 of 1 (3 items)