Breakpoint not works

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cheyan
    New Member
    • Dec 2009
    • 1

    Breakpoint not works

    Hi to everybody,I am having vista home basic.in my lap,I installed visual studio 2005.am working now with asp.net..

    When i set my break point in the pageload fn.It shows " No symbols have been loaded"-ERROR warning above that break symbol.I refeered this site.Very useful..By following instruction here,I worked.In "Debug" menu,i added modules.but it is not active.how to make active that modules..Somebo dy says ,Check ur DLL's ..I dont know where to find such DLL's.I commit one mistake that..I simply get the VS setup file from my friend and installed it..So,I think This may also a reason for this problem.How to rectify this pblm.Is it neccesary to uninstall totally..
    Looking forward for best solution quick from u all.

    Thanks in advance....


    Regards,
    Chayan Sethu...
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    First thing to do is run Visual Studio "As Administrator" this will let you debug.
    Second thing to checks is that the break points are accessible....
    What type of code are you trying to debug?
    JavaScript? C#? VB.NET?

    -Frinny

    Comment

    • drogovoy
      New Member
      • Jan 2010
      • 1

      #3
      Javascript debugging

      I've had an unpleasant experience face that my JavaScript code breakpoints stopped working with Visual Studio 2008 and IE. It stopped working after I installed some silverlight fix for RIA services. Now I've got it working again only if I uncheck Silverlight as a debugger for my project. Before I saw symbols not loaded on the break points in JavaScript. Managed code debugging worked fine all the time. Removing PDB files did not help either.

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Thanks for the information drogovoy :)
        I don't know why your IE8 would have been set up to use Silverlight as the debugger...seem s weird to me but then again Silverlight does some weird stuff.

        -Frinny

        Comment

        Working...