Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing breakpoints to debug Javascript in IE and VS2008
    primarykey
    data
    text
    <p>I am not able to use the breakpoint in Studio with Javascript. I'm able to debug if I use the debugger; </p> <p>I've seen this <a href="https://stackoverflow.com/questions/163133/breakpoint-not-hooked-up-when-debugging-in-vsnet-2005">Breakpoint not hooked up when debugging in VS.Net 2005</a> question already. I tried the answer and it didn't work.</p> <p>Looking in the Modules window, V.Mvc.Jobtrakt.PDB is loaded properly, but it points to a temp folder C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\dbc0c0c5\f64a99b3\assembly\dl3\9de055b3\eb1303b1_9760c901\V.Mvc.Jobtrak.pdb: Symbols loaded.</p> <p>I would have thought that it would point to: \JobTrak\Website\V.Mvc.Jobtrak\V.Mvc.Jobtrak\obj\Debug ( this is within the project directory)</p> <p>But regardless of the location I closed VS 2008 and then blew away the temp folder (listed above), the bin and obj folders. </p> <p>Opened VS 2008 and did a clean. I set a break point in the js and it seemed like it would work now ( The breakpoint was filled in) Started to debug and it never breaks on the breakpoint. Look at the break point and it now is a red circle with a red dot and a warning indicator. Hovering over the breakpoint gives me this useful information: The breakpoint will not currently be hit. The location could not be mapped to a client side script. See help for ASPX Breakpoint mapping. I am not being redirected, the breakpoint is with in a function. blah blah blah this should be working.</p> <p>So I was wondering if anyone has any ideas? Is anyone able to set breakpoints in VS2008 and have them work?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload