2 posts tagged with debugger. (View popular tags)
Displaying 1 through 2 of 2. Subscribe:
Please suggest a good event-level debugger for VB.NET. I am looking for a debugger which can trap the execution of event handling code , when an event gets triggered from a line of code, by the .NET framework or by some user action. [more inside]
posted by inquisitive
on Mar 28, 2006 -
6 answers
Microsoft Script Debugger - Has anyone actually gotten this thing to work properly? I've got some JavaScript (that I didn't write) that is completely bisbehaving in IE (although it produces no errors...it works fine in FireFox, so my usual line of attack doesn't work). I've used the View | Script Debugger | Break at Next Statement and then refreshed the page. It opens the debugger app but doesn't open any source files and it most certainly doesn't break. Has anyone seen this behavior and overcome it?
posted by mmascolino
on Aug 10, 2004 -
4 answers