debugging not workinghttp://forums.asp.net/t/1257665.aspx/1?debugging+not+workingThu, 08 May 2008 11:37:49 -040012576652341968http://forums.asp.net/p/1257665/2341968.aspx/1?debugging+not+workingdebugging not working <p>I have set debug= &quot;true&quot; in webconfig abd have set the break points but still I am not able to debug.</p> <p>please help. Thank you.</p> 2008-05-07T05:15:57-04:002341988http://forums.asp.net/p/1257665/2341988.aspx/1?Re+debugging+not+workingRe: debugging not working <p>&nbsp;</p> <p>visit this link for further clarification</p> <p>http://foraspdotnetdevelopers.blogspot.com/ <br> </p> 2008-05-07T05:24:16-04:002342025http://forums.asp.net/p/1257665/2342025.aspx/1?Re+debugging+not+workingRe: debugging not working <p>thanks but I have done what the blog said. I've set it as debug in the check box.&nbsp;When I&nbsp;debug this is what the breakpoints read.</p> <p>One says this breahpoint will not work since the document is not loaded and on few other breakpoints it says this breahpoint will not work since&nbsp;no symbols have been loaded to this document.</p> <p>Kindly help.</p> 2008-05-07T05:36:44-04:002342999http://forums.asp.net/p/1257665/2342999.aspx/1?Re+debugging+not+workingRe: debugging not working <p>Are you trying to debug javascript? The error/warning you describe is what is typically given in that case. If you want to debug your javascript you can use firebug. I think you can do it with IE if you turn on script debugging. Haven't tried that, though. &nbsp;</p> 2008-05-07T13:07:44-04:002343247http://forums.asp.net/p/1257665/2343247.aspx/1?Re+debugging+not+workingRe: debugging not working <p><span class="highlight1">No</span>rmally this mean the logical path(s) of the program will <span class="highlight1">no</span>t hit that breakpoint. If this is the case, </p> <p>try putting the breakpoint right at the start of the program. e.g. Main() </p> <p>It sounds like the <span class="highlight2">symbols</span> you have are <span class="highlight1"> no</span>t lining up with the binaries<br> you're generating. Do the following:<br> <br> 1. Verify that you are in debug mode and <span class="highlight1">no</span>t release mode.<br> 2. Verify that the timestamp of the .pdb file is the same as the .dll or<br> .exe that you're generating. If they are <span class="highlight1">no</span>t, remove all of the binaries<br> and recompile your entire solution.<br> 3. If the additional assemblies you are trying to debug are <span class="highlight1"> no</span>t part of<br> your solution (i.e. other projects), go under the properties for the<br> solution and be sure to include the &quot;Debug Source Files&quot; and &quot;Debug<br> Symbol Files&quot; locations of the additional assemblies you're trying to debug.<br> &nbsp;</p> 2008-05-07T14:41:10-04:002344568http://forums.asp.net/p/1257665/2344568.aspx/1?Re+debugging+not+workingRe: debugging not working <p>Thank everyone.</p> <p>I was not trying to debug javascript.And I tried all the options mentioned by you all. None of them worked. At last I gave up and my all time favourite method &quot;RESTARTING THE SYSTEM&quot;. I tried it and now it's working fine. I have no clue till now what was wrong.</p> 2008-05-08T04:24:13-04:002345377http://forums.asp.net/p/1257665/2345377.aspx/1?Re+debugging+not+workingRe: debugging not working <p>&nbsp;That's awesome! When in doubt, reboot. I'd be interested to know if you ever find out what the problem was. <br> </p> 2008-05-08T11:37:49-04:00