Using the Mono Debugger
by Johannes Roith
(johannes@jroith.de)
Contents
A debugger is an important tool for development. Martin Baulig, the
author of the mono debugger has probably written the best debugger
on the planet ;-). It takes not only mono applications, but can
also debug C native code. It is splitted in front- and backends, so
a console version is available, as well as a grafical Gtk#
frontend.
The Gtk# frontend:

Getting it
the mono debugger is in mono cvs module /debugger.
Using it
Start the debugger with
mono debugger.exe
[TODO]
Options
[TODO]