Problem debugging asp code in DOTNET environment

  • Thread starter Thread starter Eitan M
  • Start date Start date
E

Eitan M

Hello,
I have Microsoft visual studio dotnet 2003.

I have asp code (old phasion - not dotnet).
I want to debug the asp code,
so :
1) I open the asp in IE6.
2) I open the asp in VS dotnet 2003.
3) I choose by the menu : debug -> process -> ... and attach the IE, with
options : common language runtime & script.

When I run debug my code and marking a breakpoint line,
The debugger reach that line,
but after reaching the line and continue running,
I should press the button with the hint : "break all", again and again after
each running step,
because the "break all" button is turned into disable state, after pressing
the continue button.

Help, please.

Thanks :)
 
Back
Top