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”?
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)?
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)
[...]
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 [...]