473,714 Members | 2,552 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

redirect errors to a debugger

How can I redirect any error that occurs in an html page to a debugger.
(For some reason, this option is disabled on my computer - I want to enable
it again).

Thanks :)
Nov 18 '05 #1
4 1069
Internet explorer, tools | internet options | advanced tab
Clear the disable script debugging checkbox

--
Regards,
Alvin Bruney
http://www.networkip.net/dotnet/tidbits/default.htm
"Mr. x" <a@b.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
How can I redirect any error that occurs in an html page to a debugger.
(For some reason, this option is disabled on my computer - I want to enable it again).

Thanks :)

Nov 18 '05 #2
the disabled box is unchecked.
Also - where is the name of the debugger-program that is connected to the
Internet explorer ?

Thanks :)

"Alvin Bruney" <vapor at steaming post office> wrote in message
news:uL******** ******@TK2MSFTN GP09.phx.gbl...
Internet explorer, tools | internet options | advanced tab
Clear the disable script debugging checkbox

--
Regards,
Alvin Bruney
http://www.networkip.net/dotnet/tidbits/default.htm
"Mr. x" <a@b.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
How can I redirect any error that occurs in an html page to a debugger.
(For some reason, this option is disabled on my computer - I want to

enable
it again).

Thanks :)


Nov 18 '05 #3
Internet explorer doesn't ship with a debugger. The visual studio debugger
can attach to a running process in IE. Is that what you are trying to
achieve? If you run into a script error and visual studio is installed it
will prompt you to attach to the running process. This is the default
behavior. What problems are you experiencing?

--
Regards,
Alvin Bruney
http://www.networkip.net/dotnet/tidbits/default.htm
"Mr. x" <a@b.com> wrote in message
news:uJ******** ******@TK2MSFTN GP12.phx.gbl...
the disabled box is unchecked.
Also - where is the name of the debugger-program that is connected to the
Internet explorer ?

Thanks :)

"Alvin Bruney" <vapor at steaming post office> wrote in message
news:uL******** ******@TK2MSFTN GP09.phx.gbl...
Internet explorer, tools | internet options | advanced tab
Clear the disable script debugging checkbox

--
Regards,
Alvin Bruney
http://www.networkip.net/dotnet/tidbits/default.htm
"Mr. x" <a@b.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
How can I redirect any error that occurs in an html page to a debugger. (For some reason, this option is disabled on my computer - I want to

enable
it again).

Thanks :)



Nov 18 '05 #4
> Internet explorer doesn't ship with a debugger. The visual studio debugger
can attach to a running process in IE. Is that what you are trying to
achieve? If you run into a script error and visual studio is installed it
will prompt you to attach to the running process. This is the default
behavior. What problems are you experiencing?


I have errors in my code, which generally IE doesn't shout that I have,
so my code is hardly debugged, and I need some debugging tool for that.
Well, I don't have Visual studio, but I need something very simple.
I have heard about microsoft script debugger, but after I have download it -
I didn't figure out how using it,
and how to connect it to the Internet Explorer, when there is an error on
the script.
and also I am writting in .net, and I also want to debug aspx and asmx codes
(also *.js, and many other protocols).

I want more then debugger - some tool that can validate my code.

Look at www.moca.co.il, and perhaps you'll find some errors, which I cannot
see on my computer.

Thanks :)
Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3167
by: Mark Dengler | last post by:
Is it possible to do a Response.Redirect to multiple URLs? I have tried the following and it simply ignores the first redirect: Response.Redirect("test.aspx", false); Response.Redirect(p.UrlSend, true); I have designed the test.aspx page to simple write a cookie, just to see if it is working and it is not. I have also used to VS.Net
2
1361
by: Smithers | last post by:
How can I cause all requests for to result in the user receiving default.aspx? Thanks!
1
2397
by: Eric | last post by:
I have the following situation: I was getting intermittent errors using Reponse.Redirct("url", true) and was trying to catch the ThreadAbortException, but it was not staying caught and was showing up again where my code wasnt expecting it. I'm not sure what was causing it. The catch block in RedirectPage is supposed to quash the ThreadAbortException but it not only shows up there, but also in the outer catch block will catch it as well....
3
1502
by: figelwump | last post by:
Hello, I'd like to be able to write an application that runs on a Windows XP machine and can capture and handle javascript errors from any web site that a user might encounter while using IE on that box. It doesn't matter what language the application is written in. I don't know if this is a Javascript question or a Windows component question. Any ideas/thoughts on how to do this?
2
4866
by: Z.K. | last post by:
I am new to the Visual Studio.net platform and I was trying to compile a program that I downloaded from the net and keep getting a ton of errors. It looks like it can't find some of the libraries: The list of errors is below: 'Accelerometer.exe': Loaded 'C:\Downloads\Phidgets\Accelerometer\Accelerometer\Debug\Accelerometer.exe', Symbols loaded. 'Accelerometer.exe': Loaded 'C:\WINNT\system32\NTDLL.DLL', Cannot find or open a required...
66
3619
by: Johan Tibell | last post by:
I've written a piece of code that uses sockets a lot (I know that sockets aren't portable C, this is not a question about sockets per se). Much of my code ended up looking like this: if (function(socket, args) == -1) { perror("function"); exit(EXIT_FAILURE); } I feel that the ifs destroy the readability of my code. Would it be
0
1578
by: Martin | last post by:
In server-side code of Page1.aspx, in the click eventhandler for an imagebutton, I branch to another page: Response.Redirect("Page2.aspx") But the client-side javascript on Page2.aspx is breaking because it cannot find my function.
14
1772
by: Martin Wells | last post by:
When I have errors in a program, whether they be compiler errors, linker errors, or if the program crashes when running, I have a list of things I check for initially. If I get an error for something undeclared, the first thing I do is go through my header files and check that the inclusion-guard macro is specific to that header file. For instance, if the header file is called "data.h", I make sure the inclusion guard is "H__DATA" and...
10
9017
by: Eirik Eldorsen | last post by:
How can I 301 redirect www.example.com/default.aspx to www.example.com without using ISAPI filters?
0
8801
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9174
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9015
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7953
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5947
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4464
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4725
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2520
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2110
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.