Index of /~martin/debugger
Name Last modified Size Description
Parent Directory -
README 24-May-2006 10:07 1.0K
README.html 24-May-2006 10:05 1.2K
debugger-screenshot-1.png 25-Mar-2003 08:18 32K
debugger-screenshot-2.png 25-Mar-2003 08:18 49K
freebsd/ 19-Jan-2003 13:25 -
libgc-mono-6.1.tar.gz 06-Apr-2003 17:44 530K
mono-debugger-0.2.0.tar.gz 19-Jan-2003 13:46 420K
mono-debugger-0.2.1.tar.gz 06-Mar-2003 05:14 464K
mono-debugger-0.2.2.tar.gz 09-Mar-2003 08:38 461K
mono-debugger-0.3.tar.gz 06-Apr-2003 18:18 474K
mono-debugger-0.4.tar.gz 04-Jul-2003 16:31 1.3M
mono-debugger-0.5-1.i386.rpm 09-Dec-2003 17:12 3.4M
mono-debugger-0.5-1.src.rpm 09-Dec-2003 17:12 1.3M
mono-debugger-0.5.tar.gz 09-Dec-2003 17:12 1.3M
mono-debugger-0.6.tar.gz 16-Mar-2004 21:37 1.2M
mono-debugger-0.7.tar.gz 29-Apr-2004 03:18 1.3M
mono-debugger-0.8.tar.gz 02-Jun-2004 01:48 1.3M
mono-debugger-0.9.tar.gz 12-Jun-2004 16:32 1.3M
mono-debugger-0.11.tar.gz 15-Dec-2005 11:21 1.8M
mono-debugger-0.12.tar.gz 14-Mar-2006 06:11 1.8M
mono-debugger-0.13.tar.gz 09-Apr-2006 20:31 1.8M
mono-debugger-0.20.tar.gz 24-May-2006 10:05 1.8M
Released version 0.20 "Bruxelles" of the MonoDebugger
May 24th, 2006 - Martin Baulig
Released version 0.20 "Bruxelles" of the Mono Debugger :-)
- This version of the debugger requires the latest Mono from SVN;
it won't work with the Mono 1.1.15 release.
- We now preserve breakpoints across different invocations of
the same target.
- Big API cleanups.
- Cleaned up method lookups; there's a very complex test for them
in test/testsuite/TestMethodLookup.cs.
- Lots of stability improvements.
- Fixed a very old GC bug which was preventing us from running
xsp inside the debugger.
- Fixed a very old race condition which was causing crashes at exit.
- Fixed line numbers in stack traces.
- Added experimental support for hardware watchpoints - I needed
them to track down a race condition.
- Unfortunately, a `make check' now requires even more memory
than before; I'm still investigating the issue.
I'm currently using `ulimit -Sm 1000000 -Sv 1000000'.
- The next releases will be "Dublin", "Sidney" and
"Cologne".