[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[glob2-devel] Quick introduction to gdb
From: |
Stephane Magnenat |
Subject: |
[glob2-devel] Quick introduction to gdb |
Date: |
Wed, 27 Apr 2005 21:10:12 +0200 |
User-agent: |
KMail/1.8 |
Hi,
Here is a very quick introduction to gdb for interested people.
To debug a program, please type:
gdb --args [PROGRAM NAME] [PROGRAM ARGUMENT]
If there is a crash, type:
bt
to get a backtrace.
You can then copy/paste it to us.
Good luck,
Steph
--
http://nct.ysagoon.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [glob2-devel] Quick introduction to gdb,
Stephane Magnenat <=