Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
41 views

I have a Visual Studio ASP.NET Core MVC app with lots of Javascript / TypeScript that I need to debug. Up to now, I have been successfully using the Script Debugging feature. I have now incorporated ...
DJA's user avatar
  • 647
1 vote
0 answers
30 views

I've made a new python build system and inserted the following code into the build: { "cmd": ["C:\\Users\\Perez\\AppData\\Local\\Programs\\Python\\Python37-32", "-u", "$file"], "file_regex": "^[ ]*...
Memento Memes's user avatar
0 votes
1 answer
168 views

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? ...
Bruno Bronosky's user avatar
5 votes
1 answer
1k views

Here's my problem: I have to debug a Wordpress theme with a lot of dependencies (that I don't know) and no documentation/comments because I need to edit it by adding some features. So the question is:...
Kalizi's user avatar
  • 467
1 vote
3 answers
73 views

So I am pretty new to python ( and coding in general ) and I could use some serious help finding the problem in my code. Basically, I am opening a file that contains any number of students name ...
user avatar
0 votes
3 answers
315 views

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: &...
pashute's user avatar
  • 4,053
3 votes
5 answers
4k views

So my goal is to find an easy way to turn on print statements in Perl using a flag. In C/C++ you can use a #define to choose if certain code is run and it is a way to turn on and off debug print ...
user1334858's user avatar
  • 1,947
6 votes
1 answer
9k views

In this article it talks about turning on pausing on uncaught exceptions. https://developer.chrome.com/devtools/docs/javascript-debugging I can only see Pause On Caught Exceptions in both Chrome and ...
dfdumaresq's user avatar
  • 1,637
0 votes
1 answer
60 views

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 ...
Higher-Kinded Type's user avatar
2 votes
3 answers
2k views

Now, I hope some of you people will understand what I'm asking. I'm new to programming. I got introduced to JavaScript on Codecademy.com I use labs.codecademy.com for my JavaScript writing, but it's ...
user3474711's user avatar
1 vote
1 answer
190 views

First off I am not a programmer or else I should probably know how to do this already. I have a situation where I am receiving an MS Jscript runtime 800a1391 indicating whereClause is undefined. I ...
Kazrath ThatsMe's user avatar
0 votes
1 answer
644 views

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(...
supersaiyan's user avatar
  • 1,730
0 votes
3 answers
301 views

I'm trying to build a website. I have it displaying correctly in every browser except IE versions 8 and lower. IE renders blue boxes around my img's that are also anchors. I can get rid of this by ...
ExceptionLimeCat's user avatar
6 votes
2 answers
4k views

I've decided that there are some errors which I don't want to go to the browser error handler. But I still want to know about them. In my actual code I have a function which stores the errors in a ...
Luke's user avatar
  • 435
463 votes
7 answers
216k views

In Firebug, you can search some text and it will look for it in all scripts loaded on a page. Can the same be done in Chrome Developer tools while debugging client script? I tried it, but it seems to ...
Slavo's user avatar
  • 15.5k
0 votes
1 answer
127 views

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 ...
Toby Allen's user avatar
  • 11.3k
9 votes
5 answers
78k views

Is there a way to set the debug mode (set -x) on a KornShell (ksh) script globally? Currently it seems I have do something like the following: a(){ set -x #commands } b(){ set -x #more ...
C. Ross's user avatar
  • 31.9k
1 vote
3 answers
859 views

I'm trying to debug a Javascript error which only occurs in Internet Explorer. I have Microsoft Script Debugger installed, and have used it successfully in the past. On this error, though, I select "...
Arkaaito's user avatar
  • 7,407
3 votes
3 answers
3k views

I've been using Eclipse 3.4.2 with PHPEclipse and Zend Debugger for some time without issue. Suddenly, I cannot debug the PHP scripts. I can run them fine but when I select Debug As... the script ...
user avatar
7 votes
11 answers
9k views

If I launch an ASP.NET project, using Visual Studio 2008 and Internet Explorer, Visual Studio starts script debugging. I get a Script Documents node with a child node of Windows Internet Explorer and ...
Joshua Belden's user avatar