Changes between Version 2 and Version 3 of DevWikiGettingABackTrace
- Timestamp:
- 11/24/09 08:53:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGettingABackTrace
v2 v3 5 5 = Prerequisites = 6 6 7 This tutorial assumes that you are running a POSIX-based operating system such as Linux, Solaris, MacOS etc. If you are running Windows then you can obtain a similar result once you have installed the required MingW components . You will need to make sure that gdb (GNU debugger) has been installed on your system; to verify this, simply type "gdb -v" and check the output. If gdb is installed, you'll see something like this:7 This tutorial assumes that you are running a POSIX-based operating system such as Linux, Solaris, MacOS etc. If you are running Windows then you can obtain a similar result once you have installed the required MingW components (you can download precompiled gdb 7.0 for MingW from [http://sourceforge.net/projects/mingw/files/GNU%20Source-Level] ). You will need to make sure that gdb (GNU debugger) has been installed on your system; to verify this, simply type "gdb -v" and check the output. If gdb is installed, you'll see something like this: 8 8 9 9 {{{