Questions tagged [script-debugging]
39 questions
3
votes
1 answer
Firebug 1.6 doesn't show me JS errors
I am working in local and I just updated firebug to the new version. Before the update whatever error that I was making with js, firebug was showing me on which line wasn't working the code (so I could understand where I did the mistake).
Now my…

Littlemad
- 700
- 1
- 7
- 19
3
votes
5 answers
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 statements. If a #define DEBUG is defined, then you…

user1334858
- 1,885
- 5
- 30
- 39
3
votes
3 answers
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 shows in the Debug window as if it were running,…
Mike
2
votes
3 answers
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 limited. What IDE/Compiler can I use that's pretty…

user3474711
- 41
- 2
1
vote
0 answers
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": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector":…

Memento Memes
- 11
- 1
1
vote
1 answer
PowerShell ISE: Debug another power-shell script called from a power-shell script
I wants to debug a power-shell script which is called from my Main power-shell script using PowerShell ISE. Below is the sample code of my Main script.
$myLog = "$scriptPath\BuildRelease\logs\LaLogs.log"
$scriptPath = split-path -parent…

Geeky Ninja
- 6,002
- 8
- 41
- 54
1
vote
3 answers
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 followed 4 test scores. So Something like…
user6111512
1
vote
1 answer
How to attach web project to process "MicrosoftEdgeCP.exe" (Microsoft Edge) automatically on start debugging in Visual Studio 2015
as I just updated to Windows 10 and Visual Studio 2015, I am facing the problem described in this Question and correctly answered by Shaun Luttin.
In addition to that question I want to ask how this procedure can be automatically executed.
To be…

dbesch
- 13
- 4
1
vote
4 answers
How to substitute a content of certain javascript reference with local script for debugging?
I need to debug jasvascript loaded by page. Loaded page are not locally placed.
Loaded js is packed. I want to substitute it with unpacked version.
Is there any tricks or browser options to make it?

chapluck
- 579
- 3
- 12
1
vote
2 answers
debugging not working in javaScript code, in asp .net MVC4 application
I am building an application in asp .net MVC4 and I face a problem while debugging javaScript code, and I found this error on my breakpoint,
"The breakpoint will not currently be hit. No symbols have been loaded for this document."
But debugging in…

Razi
- 11
- 4
1
vote
3 answers
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 "Yes" to do-you-want-to-debug?, and it opens up…

Arkaaito
- 7,347
- 3
- 39
- 56
1
vote
1 answer
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 am fairly certain in previous portion of the ASP…

Kazrath ThatsMe
- 11
- 1
1
vote
2 answers
Javascript breakpoint on user event
When I click a button in my app a series of Javascript code is executed, in this particular case, I click on a "Cancel" button to close the currently open modal window. This close button looks like this on HTML:

licorna
- 5,670
- 6
- 28
- 39
0
votes
3 answers
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 setting the border property to none but i'd like to…

ExceptionLimeCat
- 6,191
- 6
- 44
- 77
0
votes
2 answers
How do I turn off script debugging?
I have created an executable jar file to run on chrome. However, since the past few releases, I am getting a script debugging pop-up. This doesn't essentially look like a code error. However, I would like to know if there is any option to turn off…

Prashant Vaingankar
- 55
- 6