JavaScript debugger are tools that lets you debug your java script code by pausing execution at any time and see what each variable looked like at that moment.
0
votes
1answer
21 views
Web Development on an Android Tablet [closed]
I got my first android tablet in today and normally when I make web apps I use software like Gimp, Inkscape, Blender, and text editors or debuggers like Geany, Notepad++, JSBin, Liveweaver, and the ...
0
votes
1answer
32 views
Does the javascript debugger in Safari 6 have the ability to de-minify javascript?
In the Chrome debugger under the "Sources" tab, there is a little "{}" button at the bottom that will de-minify minified code and make it human readable (turn on "pretty printing"), as well as allow ...
0
votes
1answer
22 views
Why does my debugg system on the webbrowser tell me (drawImage is not a function)?
I am making a JavaScript program while I tried to draw an image. I just searched on Google how to do it and multiply sources told me the same:
ctx.drawImage(images[0],100,100);
I tried to do this ...
0
votes
0answers
38 views
javascript debugger not working in asp.net application
In my Visual Studio 2010 javascript debugger not working in proper way, Its always ask the some option . I attach the option screen shot(1). When i click the yes , Its shows the another option screen ...
2
votes
1answer
33 views
IE9 debugger - On the “Script” tab, what are the scripts in the “Others” section when you are debugging?
They are usually named "Script Block (#)" with the pound sign being an arbitrary number but I've also seen blank html docs (html and body tags only) in the "Others" section as well. To be more ...
0
votes
0answers
12 views
Firefox - disable 'debugger' breakpoints
How do I tell Firefox (20.0.1) to not break on all of the 'debugger' lines in my js?
I've started using Firefox dev tools instead of Chrome, and disabling all breakpoints is very clear in Chrome.
...
1
vote
1answer
44 views
How to set breakpoint programmatically in IE extension?
Did some homework on this. I saw one can set breakpoints using debugger in JavaScript source code. However, I am wondering if I could set a breakpoint in IE extension programmatically. Say, once IE ...
0
votes
1answer
66 views
Typescript definitions for wsdl
I'm using asp:ScriptManager to call my webmethods from javascript.
Now I migrate to TypeScript and would like to have my WebMethods and DTO definitions be usable from TypeScript. I searched, but ...
2
votes
1answer
235 views
Setting up JS debugging with IntelliJ/WebStorm and PhantomJS/Casper
Can I get an interactive JS debugger working on PhantomJS and/or CasperJS?
0
votes
0answers
110 views
Running code snippets from Google Chrome console command line, using (experimental) code snippets feature?
Reference:
Using the new code snippets feature in google chrome
I am using the code snippets in google chrome, so say I have a snippet file.
check_consistency.js
Is there an api or a global object ...
1
vote
0answers
58 views
Why do I get this “attaching the Script debugger…failed” err msg?
When I run (F5) an asp.net mvc4 site from VS 2010 (I've made no changes to anything - HTML, CSS, or JScript), the page displays, but I get:
Attaching the Script debugger to process '[NNNN] ...
0
votes
0answers
66 views
Node.js debugger that provides the highest productivity? [closed]
I have been experimenting the V8 debugger and node-inspector. But the experience hasn't been great, from productivity standpoint. I would really love to stick with vim so I have been hoping a ...
0
votes
0answers
100 views
can I switch IE10 debug bar to an iframe? Like cd(frames[0]) in Firebug. Is there any similar command?
I need to debug JavaScript in IE10. When I place "debugger" keyword in the script source code it doesn't stop. So I decided to set debug point in the debug panel itself. But todo that I need to find ...
0
votes
2answers
121 views
Debugging on-launch Javascript in UIWebView
I'm currently debugging a webpage which is embedded in a UIWebView for display in the app.
It uses some elaborate on-load Javascript which works fine in the Android app but breaks in the iOS app.
...
1
vote
0answers
50 views
Working with Arrays of Arrays in JS . . . Also any any suggestions on a good Chrome JS debugger? [closed]
I don't mean to just paste code and say "Why isn't this working?" but that is essentially what this is. Sorry. I think the problems are with the arrays and possible using array.length in the loop ...
2
votes
2answers
71 views
Javascript Debugging Outside FireFox
I have a greasemonkey script running on Firefox and its in an infinite loop. I can't figure out where loop is at because I am unable to have a debug window that is not tied to FireFox.
How can I ...
0
votes
1answer
93 views
Chrome Debugger Not Working on Local Files
I am trying to debug some Javascript locally, but I'm running in to a strange issue. If I open a local file like:
<html>
<head>
<script src="file.js"></script>
...
0
votes
2answers
79 views
Google chrome doesn't save changes of my code in the debugger
I am developing a web-application, and google-chrome started behaving weird. When I make change in a JavaScript file, after I hit refresh on the debugger - I still see the same code in the debugger, ...
0
votes
1answer
84 views
JQuery doesn't execute until function is complete in IE8/9 (using Debugger Function)
What happens is: I have an onclick element in IE. Way simpler than previous edits (pared it down a bit).
(css file)#dialog-modal{display:none;height:50px;width:50px;background-color:#000;}(/css)
...
1
vote
2answers
66 views
JavaScript : How to inspect break point values in Chrome Debugger tools
I have this simple a js file , which prints date continosly .
I am using Google Chrome Debugger tools (F12)
I have set a break point at the line s = date.getSeconds();
It has stopped at that break ...
0
votes
2answers
34 views
Debugging JS in IE-7
I use Firebug for debugging JS and HTML in Mozilla a LOT but every now and then I run into an IE-only JavaScript bug, which are really hard to locate (ex: error on line 802 Char 1, when the source ...
0
votes
1answer
23 views
Visual Studio Debugger - How to quickly find which part of a long if statment return false
I am looking for a quick way to identify the part inside a complicated if condition will cause the whole condition to return false.
Thanks.
1
vote
0answers
283 views
VS2012 Javascript Debugging Won't Work
For the last 2 days I have had a right pigs ear of a problem that I just have not been able to get past.
Any time I try to debug an Windows 8 store JavaScript app using VS2012 on my laptop I get the ...
0
votes
0answers
14 views
Filtering library in Browser-Debugger
is there an extension for preferably Chrome or Firefox, which allows me to filter library code during a debugging session?
For example, if I step through my code and I call a Dojo function which then ...
0
votes
0answers
25 views
Clicking on AJAX-Request opens the original source code
I am curious whether there is a tool, which allows me to click on an AJAX request in a network monitor to open the JavaScript source from which that specific AJAX request originated. E.g. when i am ...
0
votes
0answers
50 views
Debugging in Chrome: break when run into different Javascript file?
is there any way to let Chrome Debugger break when run into different Javascript file?
Because I'm debugging an legacy web app, tons of js file, this feature will help me to find the event handler ...
0
votes
0answers
22 views
String exception thrown in an extension fails to be properly reported in devtools console
this code is executed within chrome.extension.onRequest handler function
if (errorCondition == true)
throw "error has happened"
yet, when it fires the following is printed to console: Error in ...
0
votes
1answer
133 views
How to debug a specific javascript click event?
On yahoo weather page, there is link labeled as C that changes temperature unit from Fahrenheit to Celsius.
I am looking debug this action and understand what javascript gets executed behind the ...
0
votes
1answer
166 views
Chrome devtools: Drop into debugger without switching to Sources tab
If I put the debugger statement in my JavaScript source with the Chrome devtools open, it'll stop execution so I can interactively explore the current context from the console. It's really awesome.
...
0
votes
0answers
31 views
Why does the firefox debugger jumps to a random location?
I have this piece of code in file-A.js
SugarBee.prototype.doubleClicked = function(canvas){
debugger;
this.createPropertyEditor();
}
Firefox debugger stops at the first line of my function, ...
2
votes
3answers
99 views
View Javascript calls as they happen?
I've inherited a pretty large project and I'm trying to track down an annoying bug, but for the life of me I can't find where this specific action is getting called and executed. Is there any way to ...
0
votes
1answer
46 views
Parsing the debugger keyword
What are the parsing rules regarding the debugger keyword?
On Chrome, the following works fine:
debugger
console.log('Hello!')
but
debugger console.log('Hello!')
is a SyntaxError.
Why is ...
4
votes
2answers
232 views
V8 debugger in Eclipse: Logic, or weirdest bug ever?
I am writing a Node.js application in which I fill an Object with data using string-turned-integers as keys (e.g. "62616324573"). Objects always store keys {key:} as Strings, which is ideal compared ...
0
votes
1answer
263 views
Run JSlint from console with custom options?
In a previous question Run JSLint on a .js file from debugging console in chrome or firefox I learned how to run Jslint from console or from node.
Is there a way to run JSLint (from the javascript ...
0
votes
0answers
164 views
create activex object when debugging javascript
I have a well-registered activeX object and when I run the IE with the javascript code calls to the object it works fine - creates it and activate its functions.
But when I want to debug this ...
5
votes
1answer
324 views
Run JSLint on a .js file from debugging console in chrome or firefox
Is it possible to run JSLint on one or more .js files by having JSLint loaded afterwards in the header from debugging/developer console in chrome or firefox?
The reason that I want to do that is that ...
0
votes
1answer
306 views
How to output to console in PHPStorm when debugging Javascript?
Javascript debugging is great in PHPStorm, but how do I simply output a string to the console from JS?
In Firebug, I would add something like:
console.log('Internet successfully downloaded');
What ...
0
votes
1answer
336 views
“the breakpoint will not currently be hit” issue in asp.net MVC 3, VS 2010
How do I make sure that breakpoints are not skipped in JS?
I can insert the breakpoint, but they are being skipped. When I mouseover the break point, it says "the breakpoint will not currently be ...
5
votes
1answer
72 views
Does the JS debugger suspend the whole JS event loop?
I've got some very odd behaviour going on. I have the following JQuery:
myElement.fadeOut(100);
There is some kind of race condition going on, such that the element doesn't end up getting hidden. ...
0
votes
0answers
82 views
Trace javascript debuger using remote debug dragonfly
I'm just try to use opera dragonfly.
I can debug using different kinds of breakpoints: Line breakpoint, Event breakpoint, Conditional breakpoint, Break on first statement of a new script & Show ...
2
votes
5answers
258 views
Bug in console.log? [duplicate]
Possible Duplicate:
Is Chrome's JavaScript console lazy about evaluating arrays?
I try the following code:
var myList = new Object();
var item = new Object();
item.text = "item-1";
...
12
votes
2answers
3k views
Using Firefox, how can I monitor all JavaScript events that are fired?
I'm trying to debug a webpage that makes heavy use of JavaScript events, and so I need to monitor all JavaScript events that are fired.
Most of the events are bound using jQuery. Hence, it would be ...
2
votes
1answer
213 views
Debug Thunderbird 12 addon javascript code
I want to develop a Thunderbird 12 addon. I have written a simple JS function. (File: "chrome\content\myApp.js"). This file is called by a xul-'onclick'-event. I have packed my addon as a .xpi file ...
0
votes
2answers
1k views
How to do Internet Explorer 7 testing and javascript debugging on windows 7?
I have windows 7 platform and I want to test my web application on Internet explorer 7. How can I do it ?
For this I have tried various solutions. I installed ieTester for the same. It is a good ...
0
votes
1answer
105 views
What tools I can use to find out what JavaScript hangs the web-page if it occurs rarely?
What tools I can use to find out what JavaScript hangs the web-page if it occurs rarely (which means it's very hard for me to reproduce it)?
I'm using Google Chrome browser in Windows. Is it possible ...
0
votes
2answers
335 views
Can't find variable declaration in big set of included js files
There are many *.js files included to the page template on my website. Some global javascript variable declaration (redeclaration) in one of that files results in conflict with other javascript code.
...
0
votes
1answer
872 views
JavaScript Debugging on Android/iPhone
I have an strange problem with sencha touch. I have an application, where there are Select fields, And on change of select field value I am applying some rules, as per my business rules.
Rules are
...
0
votes
0answers
321 views
Disable Script Debugging in c#
I want to disable the notorious pop ups for script debugging
I tried the code
webBrowser1.ScriptErrorsSuppressed = true;
It didnt work with just this code. I had to change the settings in the ...
17
votes
1answer
3k views
What's the difference between “DOMContent event” and “load event”
In chrome's Developer tool, the blue vertical line labeled "DOMContent event fired", and the red line labed "load event fired". Does "DOMContent event fired" means the browser begin to execute the ...
2
votes
1answer
367 views
How to find JavaScript run when an event is hooked up unobtrusively
I am working on a web page that contains check boxes that do some stuff when they are clicked, or changed. There is no explicit event binding in the HTML itself. I have literally no idea how the event ...




