Home > debug javascript > debug js error in ie7

Debug Js Error In Ie7

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with

Ie7 Debug Javascript

us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow ie7 script debugging Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up ie7 javascript debugger debugging javascript error in ie7? up vote 4 down vote favorite All I get is this: An error has occurred in the script on this page line: 31 char: 5 error: expected identifier, string or number code: 0 url: http://example.com It's difficult

Ie7 Firebug

to find that line since I have several external and internal scripts. How can I debug this? (By the way, the scripts have no errors in chrome or firefox or ie8+) javascript internet-explorer debugging share|improve this question asked Sep 29 '10 at 16:02 Matthew 5,6832069112 3 Probably a dangling comma. It's always a dangling comma. –Stephen Sep 29 '10 at 16:04 Add line 31 into your answer from the page itself. Doesn't sound as though its coming from an external file

Internet Explorer Debug Error

as IE normally tells you it's a problem with an external file. –GenericTypeTea Sep 29 '10 at 16:05 add a comment| 6 Answers 6 active oldest votes up vote 1 down vote accepted Try debugging it with IE8's Developer Tools (press F12). You should be able to step through the JS code (from all your scripts) to find out what is wrong with line 31 / char 5. share|improve this answer answered Sep 29 '10 at 16:06 Mike Atlas 6,36232752 add a comment| up vote 2 down vote You can download IETester which lets you use various versions of IE (6-8) and has built-in developer tools. They're not spectacular, but they're better than the nothing that old versions of IE provide. share|improve this answer edited Sep 30 '10 at 0:57 answered Sep 29 '10 at 16:09 Adam J.R. Erickson 90811021 1 His question is "How do I debug this?" My answer is a suggestion for a tool to use to debug it. I think it should be an answer, not a comment. –Adam J.R. Erickson Sep 29 '10 at 16:30 add a comment| up vote 1 down vote If it says it's on the page, then it means the page itself. If it was in an external file, it would indicate that the error occured in something.js. Open up your webpage, right click on the page and select "View Source". Go to line 31 and try and see what's wrong with it. share|improve this answer answered Sep 29 '

resources Windows Server 2012 resources Programs MSDN subscriptions Overview Benefits Administrators Students Microsoft Imagine Microsoft Student Partners ISV Startups TechRewards Events how to debug javascript in ie 11 Community Magazine Forums Blogs Channel 9 Documentation APIs and reference Dev

How To Debug Javascript In Ie 10

centers Retired content Samples We’re sorry. The content you requested has been removed. You’ll be how to debug javascript in chrome auto redirected in 1 second. MSDN Library MSDN Library MSDN Library MSDN Library Design Tools Development Tools and Languages Mobile and Embedded Development .NET Development Office http://stackoverflow.com/questions/3823465/debugging-javascript-error-in-ie7 development Online Services Open Specifications patterns & practices Servers and Enterprise Development Speech Technologies Web Development Windows Desktop App Development TOC Collapse the table of content Expand the table of content This documentation is archived and is not being maintained. This documentation is archived and is not being maintained. Debugging Script with the https://msdn.microsoft.com/en-us/library/dd565625(v=vs.85).aspx Developer Tools This content refers to an older version of F12 developer tools. Please visit our latest F12 tools documentation. The Developer Tools feature of Windows Internet Explorer 8 offers a built-in, lightweight Microsoft JScript debugger that enables developers to set breakpoints and to step through client-side JScript code without leaving the browser. This document outlines the high-level features of the JScript debugger. To get acquainted with the other features of the Internet Explorer 8 Developer Tools, refer to Discovering Internet Explorer Developer Tools; to get a complete reference of the Developer Tools interface commands, refer to Developer Tools User Interface Reference. Introduction Start Debugging Setting Breakpoints Controlling Execution Inspecting Variables Inspecting Call Stack Using Console to Execute Code Statements Using Console for Logging Alerts and Error Messages Remarks Related topics Introduction JScript debugging is a critical part of Web development. With the intuitive, lightweight JScript debugger, the Developer Tools feature brings one-click simplicity to the end-

and alert(); becomes your only friend, or so I thought. I've recently done quite a lot of javascript DOM work for a site including some AJAX stuff and whilst it was a pleasure to develop http://bealers.com/2007/01/12/debugging-javascript-in-ie7/ in Firefox using Firebug, I'm now getting "it doesn't work" errors with IE 7 and I need something more. A bit of Googling comes up with a couple of useful links here and here which looked like good advice, so I followed it thus: Fire up IE7 Tools -> Internet Options -> Advanced: Disable script debugging (Internet Explorer) is ticked, untick it. Restart IE. Right click on the menu bar area and enable debug javascript the Menu bar (mine was hidden anyway) then go to View -> Script Debugger -> Open. If you don't get a pop-up asking you to choose a debugger (I didn't) then you need to install the Microsoft script editor which comes with MS Office (weirdly). Just to check, Windows-key and F should bring up a search, look for MSE7.exe if you don't have it (I didn't) put your office CD in and run how to debug setup. Under office tools -> HTML Tools -> Web scripting -> Web debugging, right click and select "Run from my computer". Restart IE. View -> Script Debugger -> Open should now give you your pop-up, yay! Now you can open your page in IE and make it break, when it does you shoudl get a "Do you want to debug" message. Yes we do so a press of 'Yes' gives us the same pop-up, selecting the Script editor allows us to do things other than just adding alerts() everywhere. For example we can pause the interpreter, step over each line, add watches and other normal debug things. In conjunction with the View DOM option in the IE 7 developers toolbar IE almost doesn't suck so much now. Using the debugger doesn't automatically fix your code, though. Refererences: http://erik.eae.net/archives/2005/07/04/21.49.50/ http://www.jonathanboutelle.com/mt/archives/2006/01/howto_debug_jav.html p.s. I only tried the other debugger option once, it didn't look all that so I stopped using it. ABOUT THE AUTHOR bealers HI, I'm Bealers and this is my blog where I share the ups and downs of my journey from burnt-out mess to productive and positive. If you're new to the site then you might want to start here. PREVIOUS POST← The Truth in Ad sales NEXT POSTSymfony job going → Stay up to date

 

Related content

asp.net debug javascript error

Asp net Debug Javascript Error table id toc tbody tr td div id toctitle Contents div ul li a href How To Debug Javascript In Visual Studio a li li a href How To Debug Javascript In Aspx Page a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta relatedl Discuss the workings and policies of this site About Us debug javascript error in ie Learn more about Stack Overflow the company Business Learn more about hiring developers debug javascript error in firefox

debug a javascript error

Debug A Javascript Error table id toc tbody tr td div id toctitle Contents div ul li a href Debug Javascript In Visual Studio a li li a href Debug Javascript Visual Studio a li ul td tr tbody table p Learn Bootstrap Learn Graphics Learn Icons Learn How To JavaScript Learn relatedl JavaScript Learn jQuery Learn jQueryMobile Learn AppML how to debug javascript error in ie Learn AngularJS Learn JSON Learn AJAX Server Side Learn SQL debug javascript error in firefox Learn PHP Learn ASP Web Building Web Templates Web Statistics Web Certificates XML Learn XML Learn debug javascript

debug javascript error internet explorer

Debug Javascript Error Internet Explorer table id toc tbody tr td div id toctitle Contents div ul li a href How To Debug Javascript In Internet Explorer a li li a href Debug Javascript Firefox a li li a href How To Debug Javascript In Ie a li ul td tr tbody table p resources Windows Server resources Programs MSDN subscriptions Overview Benefits Administrators Students Microsoft Imagine Microsoft Student Partners ISV Startups TechRewards Events Community Magazine Forums Blogs Channel Documentation APIs and reference Dev centers relatedl Retired content Samples We re sorry The content you requested has been debug javascript

debug javascript error

Debug Javascript Error table id toc tbody tr td div id toctitle Contents div ul li a href Debug Javascript Chrome a li li a href Debug Javascript Online a li li a href Debug Javascript Visual Studio a li ul td tr tbody table p resources Windows Server resources Programs MSDN subscriptions Overview Benefits Administrators Students Microsoft Imagine Microsoft Student Partners ISV Startups TechRewards relatedl Events Community Magazine Forums Blogs Channel Documentation APIs debug javascript error in ie and reference Dev centers Retired content Samples We re sorry The content you debug javascript error in firefox requested has been

debug javascript error in visual studio

Debug Javascript Error In Visual Studio table id toc tbody tr td div id toctitle Contents div ul li a href Visual Studio Debug Javascript a li li a href Visual Studio Debug Javascript a li li a href Visual Studio Debug Javascript Not Updating a li ul td tr tbody table p resources Windows Server resources Programs MSDN subscriptions Overview Benefits Administrators Students Microsoft Imagine Microsoft Student relatedl Partners ISV Startups TechRewards Events Community Magazine Forums visual studio debug javascript chrome Blogs Channel Documentation APIs and reference Dev centers Retired content p h id Visual Studio Debug Javascript p

debugging javascript error in ie7

Debugging Javascript Error In Ie table id toc tbody tr td div id toctitle Contents div ul li a href Debugging Javascript In Internet Explorer a li li a href How To Debug Javascript In Ie a li li a href Firefox Debug Javascript a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might relatedl have Meta Discuss the workings and policies of this site ie script debugging About Us Learn more about Stack Overflow the company Business Learn more about internet explorer debug error

how to debug javascript error in ie7

How To Debug Javascript Error In Ie table id toc tbody tr td div id toctitle Contents div ul li a href Ie Developer Toolbar a li li a href Ie Developer Tools a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About relatedl Us Learn more about Stack Overflow the company Business Learn more how to debug javascript in ie about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation

internet explorer 7 debug javascript error

Internet Explorer Debug Javascript Error table id toc tbody tr td div id toctitle Contents div ul li a href How To Debug Javascript In Visual Studio a li li a href The Script Debugger Failed To Connect To The Target Process A Debugger Is Already Attached a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this relatedl site About Us Learn more about Stack Overflow the company Business how to debug javascript in ie Learn

javascript error debug

Javascript Error Debug table id toc tbody tr td div id toctitle Contents div ul li a href Debugging Java a li li a href Javascript Debug Statement a li li a href How To Debug Javascript In Visual Studio a li ul td tr tbody table p resources Windows Server resources Programs MSDN subscriptions Overview Benefits Administrators Students Microsoft Imagine Microsoft Student Partners ISV relatedl Startups TechRewards Events Community Magazine Forums Blogs Channel how to debug javascript in chrome Documentation APIs and reference Dev centers Samples Retired content We re how to debug javascript in firefox sorry The content