40 questions
0
votes
1
answer
41
views
Script debugging and Entra ID (B2C) can't both be on at the same time
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 ...
1
vote
0
answers
30
views
Nooby Question/Concern about Python not working on Sublime 3
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": "^[ ]*...
0
votes
1
answer
168
views
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?
...
5
votes
1
answer
1k
views
Is there a way to have real time stack trace in PHP with apache?
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:...
1
vote
3
answers
73
views
Issues formatting a new file in python
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 ...
0
votes
3
answers
315
views
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:
&...
3
votes
5
answers
4k
views
Perl Debugging Using Flags
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 ...
6
votes
1
answer
9k
views
How to turn on Pause On Uncaught Exceptions in Google Chrome Canary?
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 ...
0
votes
1
answer
60
views
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 ...
2
votes
3
answers
2k
views
JavaScript IDE/Compiler
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 ...
1
vote
1
answer
190
views
How to debug or log ASP.net pages
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 ...
0
votes
1
answer
644
views
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(...
0
votes
3
answers
301
views
IE Fixes - Conditional Comment Script will not execute
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 ...
6
votes
2
answers
4k
views
Line and column in Javascript Error event attributes
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 ...
463
votes
7
answers
216k
views
How to search all loaded scripts in Chrome Developer Tools?
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 ...
0
votes
1
answer
127
views
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 ...
9
votes
5
answers
78k
views
KornShell - Set "-x" (debug) flag globally?
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 ...
1
vote
3
answers
859
views
Microsoft Script Debugger does not display any information after error
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 "...
3
votes
3
answers
3k
views
Debug PHP scripts using Eclipse
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 ...
7
votes
11
answers
9k
views
How Do I Shut Off Visual Studio 2008 Script Debugging
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 ...