Tag Archive for "Debugger" tag

Need A Graphical Debugger For Linux?

November 28th, 2009 by admin | 1 comment

What’s a GUI debugger for Debian based Linux to debug C applications?
Related Posts:I Need A Emulator And Real Time Debuging Tool For Embedded Linux Cross-development Tool With Eclipse?Things You Need To Know In Order To Find The Best Web HostingNeed for Network Security and MaintenanceError While Installing Linux.?Linux Server Trouble After Daylight Savings “fix”?

Is There A Step-by-step Debugger For Shell Scripts Like Dbx/gdb For C Code? (note: -xv Option Already Tried)?

November 22nd, 2009 by admin | 1 comment

Related Posts:Are There Any Debugging Programs For Php? How Do You Debug Php Code?Wicked Cool Shell Scripts (Paperback)Open Source Code Behind PolomercantilIs There A Place On The Internet That I Can Go To Practice Network Troubleshooting?How To Debug C/c++ Pgm In Linux? (step-by-step Execution)?

Why Would My Gdb Debugger Show Me This Error? C++?

November 21st, 2009 by admin | 1 comment

Here is the error it gave, in my main program the first line is to just cout<< 1; It won't even do that without pausing for a long time then giving me a segmentation fault. Anyways here's the error:
Program received signal SIGSEGV, Segmentation fault.
0xff358948 in std::string::_Alloc_hider::_Alloc_hider (this=0xf9018000,
__dat=0xff385ecc "", __a=@0xffbff710)
[...]

Debugging with GDB: The GNU Source-Level Debugger (Paperback)

June 5th, 2009 by admin | 3 comments

The GNU Debugger allows you to see what is going on “inside” a program while it executes – or what a program was doing at the moment it crashed. GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU [...]

Powered by Yahoo! Answers