Questions tagged [script-debugging]

39 questions
0
votes
1 answer

Recursively search javascript Global Execution Context

I'd like to do this in Chrome Developer Tools, but I'd take anything at this point. The question If I know I am looking for a specific object, how can I search the entire JS hierarchy to find it? The situation In know from my time on…
Bruno Bronosky
  • 66,273
  • 12
  • 162
  • 149
0
votes
1 answer

Using debug versions of YUI2 components in YUI3

I am using YUI 2 components in YUI3 using the standard way YAHOO has provided to get accesss to the YAHOO namespace. However when YUI3 loads the yui2 components it loads teh min version which is no good for debugging. I'm having problems with the…
Toby Allen
  • 10,997
  • 11
  • 73
  • 124
0
votes
3 answers

How do I debug JQuery-BootGrid data api to NancyFX

Question edited: I wrote a page with jquery-bootgrid data API. Its should be calling with AJAX to my NancyFX REST API, but it isn't. Client side: I'm serving the bootgrid from a local repo:
0
votes
2 answers

How to add a watcher to a variable declared in anonymous function in Chrome debugger?

My javascript code is encapsulated in an immediately invoked function like this : (function($){ var myVar; ... Some code })(jquery) I want to watch the variable myVar using Chrome debugger. And see the changes when refreshing the watcher…
bokan
  • 3,601
  • 2
  • 23
  • 38
0
votes
1 answer

Breakpoints not hitting in Chrome v33.0.1750.154

I am using the Chrome v33.0.1750.154, and I am not able to debug javascript in the debugger/scripts windows; although I am able to set/enable/disable breakpoints. This happens only for JS file on our company servers, and works fine if I try a sample…
Higher-Kinded Type
  • 1,964
  • 5
  • 27
  • 44
0
votes
1 answer

See which functions of a chrome extension are being called

I'm trying to understand the code of a chrome extension I did not write. This extension is active the entire time and working in background. Now I'd like to see which functions are being called on the different actions I do on websites. I got so far…
user3389206
  • 475
  • 1
  • 4
  • 7
0
votes
1 answer

jQuery v1.8.3 creating error in ie 8 and ie 7 "Unexpected call to method or property access."

In ie8 i am facing the problem in popup due to this line in jquery v1.8.3 this.insertBefore( elem, this.firstChild ); Here is the function prepend: function() { return this.domManip(arguments, true, function( elem ) { if (…
supersaiyan
  • 1,670
  • 5
  • 16
  • 36
-1
votes
1 answer

Python: Can't find unicode field causing bson.errors.InvalidDocument during mongo insert

I am using pymongo to insert a complex structure as a row in a collection. The structure is a dict of list of dicts of lists of dicts etc.. Is there a way to find which field is unicode instead of str, that causes the error? I have tried: def…
stelios
  • 2,679
  • 5
  • 31
  • 41
-3
votes
1 answer

JMeter Script Development

Can I use Blazemeter extension for script recording. It's says free version. I know it's free and easy to record but at the same time i don't want to take any risks in future as well. Please suggest me wheather it's correct approach or not? Scripts…
Tatas
  • 11
  • 2
  • 7
1 2
3