anirban2k2001
11-07-2002, 03:44 AM
I am a web programmer. I code mainly in ASP and PHP. When running pages in web browser (IE5) ,at times the browser tracks errors if any in the page and displays appropriate error messager. Along with the error message, an option appears (as every web programmer might be acquainted with) asking the user "Do you want to debug?". Now lies the actual problem. If I select the option 'Yes' then the script debugger does not run due to which it becomes very difficult for me at times to track the actual error. For information, I use Microsoft Visual Interdev 6.0 which is a part of the Microsoft Visual Studio 6.0 family. Can anyone please help?