|
Chapter 2. Writing and debugging scripts ... Execute and debug a scrip ... 2.3. Debugging Bash scripts...
|
tldp.org/LDP/Bash-Beginners-Guide/html/chap_02.html
|
|
|
|
2.3. Debugging Bash scripts ... Bash provides extensive debugging features. The most common is to start up the subshell with the -x option, which will run the entire script in debug mode. ... This is the commented-script1.sh script ran in debug mode. Note again that the added comments are not visible in the output of the script.
|
tldp.org/LDP/Bash-Beginners-Guide/html/sect_02_03.html
|
|
|
Various debug routines that you can do on most PC computers, to test hardware, and software. ... The below debug routines are listed to help test and view extended information on your computer. However, some of these debug routines can also potentially damage computer components or cause them not to work properly.
|
www.computerhope.com/rdebug.htm
www.computerhope.com/rdebug.htm
|
|
Do you wish to Debug?" or "Internet Explorer Script Error. An error has occurred in the script on line 1. Do you wish to continue running scripts on this page?"; There are three reasons why these problems occur. The first is that the web page author made some programming error.
|
www.sureshotsoftware.com/articles/scripterrors.html
www.sureshotsoftware.com/articles/scripterrors.html
|
|
If you are writing a complex script and you need a full-fledged debugger to debug it, then you can use bashdb, the Bash debugger. The debugger contains all the features that you would expect, like breakpoints, stepping in and out of functions, and attaching to running scripts.
|
aymanh.com/how-debug-bash-scripts
aymanh.com/how-debug-bash-scripts
|
|
Last week I saw FirePHP, which introduce a specific protocol to help debugging PHP scripts and add a new tab to FireBug to visualize results. Here is a fast way to create your own debug solution and use Firebug itself to visualize these informations.
|
ajax.phpmagazine.net/2007/02/how_to_use_firebug_to_debu...
ajax.phpmagazine.net/2007/02/how_to_use_firebug_to_debug_ph.html
|
|
Without this script, you have to test and run your php scripts this way: 1. edit your scripts in a text editor 2. save them to files 3. upload the files to your server using FTP 4. call the files from your browser 5. you discover bugs and correct them by restarting from step 1!!
|
www.bigprof.com/free-php-scripts/php-commander.html
www.bigprof.com/free-php-scripts/php-commander.html
|
|
Service will be available soon.
|
debug-scripts.eusoftnet.com/
debug-scripts.eusoftnet.com/
|
|
Atrise PHP Script Debugger (PSD) is an online debug script for your PHP projects. It can help you to show complete PHP script information including variables, ... PSD is very easy to integrate with your scripts. It is located on a single PHP file. Just include it once at the first line of your PHP file to enable it.
|
www.atrise.com/php-script-debugger/
www.atrise.com/php-script-debugger/
|
|