Changes between Version 2 and Version 3 of DevWikiGettingABackTrace


Ignore:
Timestamp:
11/24/09 08:53:56 (15 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGettingABackTrace

    v2 v3  
    55= Prerequisites =
    66
    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:
     7This 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:
    88
    99{{{