Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nemiver(1) [debian man page]

nemiver(1)						      General Commands Manual							nemiver(1)

NAME
nemiver - graphical debugger for GNOME SYNOPSIS
nemiver [options] [<prog-to-debug> [prog-args]] DESCRIPTION
This manual page documents briefly the nemiver command. nemiver is a standalone graphical debugger that integrates well in the GNOME desktop environment. It currently features a backend which uses the well known GNU Debugger gdb to debug C/C++ programs. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -?, --help Show help options. -v, --version Show version of program. --env=" var0=val0 var1=val1 var2=val2 ... " Display the value of an expression. --attach=<pid|process_name> Attach to a process. --listsessions List the saved debugging sessions. --purgesessions Erase the saved debugging sessions. --executesession=N Debug the program that was of session number N --log-domains=DOMAINS Enable logging domains DOMAINS --logdebuggeroutput Log the debugger output. BUGS
If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver. AUTHOR
nemiver was written by Dodji Seketeli <dodji@gnome.org> and Jonathon Jongsma <jjongsma@gnome.org>. This manual page was written by Luca Bruno <lucab@debian.org>, for the Debian project (but may be used by others). 06 January 2008 nemiver(1)

Check Out this Related Man Page

GNOME-POWER-MANAGER(1)													    GNOME-POWER-MANAGER(1)

NAME
gnome-power-manager - gnome power manager userspace daemon SYNOPSIS
gnome-power-manager [ --verbose ] [ --debug ] [ --help ] DESCRIPTION
This manual page documents briefly the gnome-power-manager command. gnome-power-manager is the backend program of the GNOME power management infrastructure providing a complete and integrated solution to power management under the GNOME desktop environment. It supports features such as suspending, hibernating, screen blanking, cpu frequency switching and more in one small neat package. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --help Show summary of options. --verbose Show extra debugging. --no-daemon Do not detach gnome-power-manager into the background so that error messages will be displayed on console. --debug Only show specific debugging options. Useful for developers only. SEE ALSO
gnome-power-preferences (1). The programs are documented fully on http://gnome.org/projects/gnome-power-manager/ . AUTHOR
This manual page was written by Oliver Grawert <ogra@ubuntu.com> for the Debian system and updated by Ow Mun Heng <nikeow@yahoo.com> 05 July 2010 GNOME-POWER-MANAGER(1)
Man Page

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

How to debug C source file using GVD debugger

(1 Reply)
Discussion started by: argupta
1 Replies

2. Programming

How to debug C source file using GVD debugger

Anyone pls. help !!! I want to debug C source file using GVD debugger. However, I am unable to find the way to debug source files. Thanks in advance (2 Replies)
Discussion started by: argupta
2 Replies

3. UNIX for Advanced & Expert Users

redirection of ladebug output

i am using a command line ladebug debugger. i want to redirect the responses of the debugger to a text file but run args > output-file syntax does not successful because it redirects only the standard out of the binary that i am examining, but i want the debuggers own responses like "stopped... (2 Replies)
Discussion started by: yakari
2 Replies

4. HP-UX

symbolic debugger for UNIX

I'm wanting to use a symbolic debugger to find a problem with a C program I'm working on in the HP-UX engine B.10.20 E 9000/800 environment; I've used the GNU debugger on Linux, but it does not exist on UNIX. A fellow here mentioned DDE, Distributed Debugging Environment, but I don't seem to be... (3 Replies)
Discussion started by: cleopard
3 Replies

5. Programming

Debug env for long time use

Hi, I'm pritty new to C, but a recent bug in a program i've been using has forced me to debug it. But I am unable to find a debugger that can act as a layer between the OS and the program to see whats going on.. The problem is that this piece of software makes a connection through localhost... (2 Replies)
Discussion started by: nephilimbe
2 Replies

6. Programming

How to debug with wdb debugger a cobol program?

Hi Forum, i have such a question. I have a cobol program which is calling a C program and in that C program i get a core dump:(. I want to investigate what is the issue using WDB debuger, but a dont see the code from COBOL program in the debuger, when i run the debugger with the exe!!! ... (2 Replies)
Discussion started by: vovan
2 Replies

7. UNIX for Dummies Questions & Answers

What is this? var2=${var1#??????????}

Googling the answer to this question just doesn't work when Google won't search your symbols for you. Can someone tell me what this command will assign to var2, and where I can find more information about using braces in this way? var2=${var1#??????????} Thanks so much. (2 Replies)
Discussion started by: blondie53403
2 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