|
|
 |
|
|
| The Little Book of C: Integrating Insight Debugger |
 |
In this short video I will be showing you how to
install a debugger for use in Crimson Editor.
The debugger we will be using is Cygnus Insight
Debugger. Insight is actually a graphical user
interface for the command line debugger gdb. I
originally got the idea to use the insight
debugger while reading SAMS Teach Yourself C++ in
24 Hours. There were instructions for replacing
the gdb used by Bloodshed Dev-C++ with the Insight
debugger. Since I used Crimson Editor more than
Dev-C++, I just made Insight work with Crimson
instead.
Obtaining a copy of Insight is really very easy.
You can find it in Cygwin ( http://www.cygwin.com/
). If you don't feel like downloading and
installing Cygwin, you can follow the link to my
Insight download in this video's description on
YouTube or find the same link inside "The Little
Book of C". Go ahead and click on that link.
Little Book of C
http://jasbales.googlepages.com/LittleBookOfC.zip
Insight
http://jasbales.googlepages.com/GDB-Insight-1.0-wi
n32.zip
The Little Book of C:
User Tools Video
http://www.youtube.com/watch?v=cilJJojjNgU
Integrating Insight Debugger
http://www.youtube.com/watch?v=rYHqDMAM9_Y Tags : cygwin programming C++ C/C++ Crimson Editor MinGW debug tutorial |
|
Affichage : 2104
Durée : 354 s |
| SQL Server 2008 T-SQL Debugger |
 |
The Transact-SQL debugger in SQL Server Management
Studio enables you to find errors in Transact-SQL
scripts, stored procedures, triggers, and
functions by observing their run-time behavior.
You can start the debugger when you are using the
Database Engine Query Editor window.
By using the Transact-SQL debugger, you can do the
following:
• Step through the Transact-SQL statements in
the editor line by line, or set breakpoints to
stop at specific lines.
• Step into or over Transact-SQL stored
procedures, functions, or triggers that are run by
the code in the editor window.
• Watch the values that are assigned to
variables, and observe system objects such as the
call stack and threads. Tags : SQL 2008 T-SQL Debugger Magenic |
|
Affichage : 648
Durée : 277 s |
| PHP Debugger |
 |
PHP Debugger used in PhpED - PHP IDE from NuSphere
(http://www.nusphere.com)
Debugging of PHP script is shown with the examples
of usage of break points, watch PHP variables and
much more. PHP Debugger from NuSphere is also
known as "dbg debugger" -
http://www.nusphere.com/products/php_debugger.htm Tags : PHP debugger IDE script step computer debugging web site technology |
|
Affichage : 804
Durée : 614 s |
|
|
|
|
|
|
|
|
|
|
 |
| |
|