Fix crash when trying to disassemble source without a binary loaded.
[kdbg.git] / README
blobae30abdf1cbbe14dd838844b5ceb1b72cd736446
1 This is KDbg, a graphical user interface around gdb using
2 KDE, the K Desktop Environment.
4 To install:
6         ./configure --prefix=/opt/kde3
7         make
8         make install
10 Choose the location of your KDE3 installation as prefix. In particular,
11 do not choose /usr/local unless you have KDE3 installed there or you know
12 what you are doing.
14 Problem reports as well as success stories are welcome!
16 The homepage is at
18         http://www.kdbg.org/
20 You'll find the most recent version of KDbg there as well as
21 other useful information concerning debugging.
23 Johannes Sixt <j6t@kdbg.org>