-
Here's my problem, someone please help me, I've spent several days on this, removing and reinstalling visual studio and service packs to no avail.
I create a dhtml app, it's very small, just one button that pops up a message box when clicked. I then hit the run arrow, and the page pops up in IE. When I hit the button, nothing. If I put a break point inside button1_onclick, never hits it. Anything I try to debug behaves exactly the same way.
From anyone else's machine it works fine, so I don't think it's in my project settings. If I bring up the built page from outside of visual basic, everything runs ok.
I've tried everything I can think of short of reinstalling my operating system (which happens to be winnt 4). Any ideas would be great!
Tim
-
Are you using Visual Interdev? If so forget debugging it's worth little. But if so, you have to install extra modules for debugging to work right but I can't remember exactly which.
Besides, why do you want debug dhtml? It's actually very
easy to program and just using alerts displaying var values
is plenty.
I've yet to see an html debugger that's really worth anything.