Sponsored Content
Top Forums Programming Alternative debugger to GNU insight debugger Post 302530432 by vectrum on Tuesday 14th of June 2011 03:09:44 AM
Old 06-14-2011
Thanks for your help.
yes, gnu debugger is gdb but insight is just more than gdb front end. My case is solved. Please visit Gary Albers's page www[dot]stepbystep[dot]ishipaco[dot]com. I followed the "Solution Three", downloaded the script and installed insight successfully. It also upgraded gdb to 6.8x.
Thnx again for the insight home page, i was never able to find out even after lot of googling. Smilie
 

9 More Discussions You Might Find Interesting

1. Programming

wdb debugger

Hi all, is it possible to skip a function with the wdb debugger ? could be helpful instead of compiling the whole bunch again does someone know how to do this ? thx Sven (4 Replies)
Discussion started by: Sven28
4 Replies

2. UNIX for Advanced & Expert Users

where to get Kernel debugger

hi , does anybody know about where to get kernel debugger for linux kernel version 2.6.11. I found it in oss.sgi.com.But there i have to download through ftp,which is not enabled here. So can anybody tell where can i get kdb(kernel debugger)through http. thanks in advance sriram (0 Replies)
Discussion started by: sriram.ec
0 Replies

3. UNIX for Advanced & Expert Users

Kernel debugger

hi, I want to have a debugger for my kernel and I am using kernel-2.6.11 n i am having patches kdb-v4.4-2.6.11-common-1.bz2 kdb-v4.4-2.6.11-i386-1.bz2. I applied both. I did make menuconfig with options CONFIG_KDB n CONFIG_FRAME_POINTER being set. when i tried to compile kernel. I got an... (0 Replies)
Discussion started by: sriram.ec
0 Replies

4. UNIX for Dummies Questions & Answers

unix debugger

hello i'm working on cobol with unix just want to know if there is any command in unix that related to debugger i've been told something like anim command i try to search for man anim result :ERROR: Manual entry does not exist for page anim does anyone have an answer ? another thing ... (1 Reply)
Discussion started by: naamas03
1 Replies

5. Programming

How come '\0' doesnt show up in the debugger?

I'm tracking down a stupid computer bug. I'm just sort of curious why '/0' string won't show up after I add it. Here is the code snippet void *allocate_string_array(size_t len, char *line, char **strarr) { int count = 0; if( (len+1) < MAXLINE) { if((strarr=malloc(sizeof(line) +... (7 Replies)
Discussion started by: frequency8
7 Replies

6. Programming

multiprocess debugger

Hi, can somebody advise on a better multiprocess debugger? I heard with gdb we face lots of problems in multiprocess scenario currently i am using gdb debugger for a single process multithreaded project.. since i am supposed to work on a multiprocess now, i googled and came across... (1 Reply)
Discussion started by: rvan
1 Replies

7. Programming

Good C debugger ?

I'm a C newbie using gcc. I wrote a program but a part of it outputs gibberish onto the terminal. Its weird because identical parts of the program work correctly in another program I wrote :confused:. My program uses c99 + some POSIX headers. It compiles with no errors/warnings even though I have... (15 Replies)
Discussion started by: cyler
15 Replies

8. Programming

Dbx Debugger

I have tried lots of stuff but i can't get it working, i have also found a Thread in this Forum about it but it didn't describe how the program has to be run ect. My issue is that i want to run a program with multiple arguments eg. ./myprog arg1 arg2 arg3 arg4 arg5 with dbx, but i cant get... (8 Replies)
Discussion started by: alcatros
8 Replies

9. Solaris

Csharp Debugger

I want to debug my csharp project on solaris. Is anyone can tell me a program or anything else for this?? (0 Replies)
Discussion started by: dConstantine
0 Replies
KDBG(1) 						      General Commands Manual							   KDBG(1)

NAME
kdbg - a graphical debugger interface SYNOPSIS
kdbg [ generic-options ] [ -t file ] [ -r device ] [ -l language ] [ -p pid ] [ program ] [ core ] DESCRIPTION
KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting vari- ables, stepping through code and much more. KDbg requires KDE but you can of course debug any program. KDbg can also debug XSLT (XML stylesheet translation) scripts by interfacing with xsldbg. Debian users must install the kxsldbg package to make use of this feature. You can pass KDbg the path of the executable to debug (program) or a core dump to debug (core). Features of KDbg include: Inspection of variable values in a tree structure. Direct member: For certain compound data types the most important member values are displayed next to the variable name, so that it is not necessary to expand the subtree of that variable in order to see the member value. KDbg can also display Qt's QString val- ues, which are Unicode strings. Debugger at your finger tips: The basic debugger functions (step, next, run, finish, until, set/clear/enable/disable breakpoint) are bound to function keys F5 through F10. Quick and easy. View source code, search text, set program arguments and environment variables, display arbitrary expressions. Debugging of core dumps, attaching to running processes is possible. Conditional breakpoints. OPTIONS
Below are the kdbg-specific options. For a full summary of options, run kdbg --help. -t file Write a transcript of the conversation with the debugger to the given file. -r device Use remote debugging via the given device. -l language Specify the language of the program/script to debug. This must be either C (for a C/C++ program) or XSL (for an XSLT script). If this option is not passed then KDbg will try to deduce the language from the given filename. -p pid Attach to the process with the given process ID. SEE ALSO
gdb(1), xsldbg(1). Full user documentation is available through the KDE Help Centre. Alternatively the HTML documentation can be viewed directly from /usr/share/doc/kdbg/html/. AUTHOR
KDbg was written by Johannes Sixt <Johannes.Sixt@telecom.at>. This manual page was prepared by Ben Burton <bab@debian.org> for the Debian GNU/Linux system (but may be used by others). March 25, 2005 KDBG(1)
All times are GMT -4. The time now is 06:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy