Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-01-21 02:25:58 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-01-21 02:25:58 +0300
commit28fdafd85bc52fc886f480a741a4a9a75febb57f (patch)
treea1a9b055a35719c0004891a5b00ac5caaa75e053 /web/jit-debug
parent2c25334dabdde17de6bdd7b9003c23c939b716c0 (diff)
Add screenshots section.
Move screenshots from main page Prepare for release. Update JIT debug information svn path=/trunk/mono/; revision=10757
Diffstat (limited to 'web/jit-debug')
-rw-r--r--web/jit-debug24
1 files changed, 21 insertions, 3 deletions
diff --git a/web/jit-debug b/web/jit-debug
index d5cfef4fcb2..2263210ee6e 100644
--- a/web/jit-debug
+++ b/web/jit-debug
@@ -15,9 +15,27 @@
* Mono Debugger
- A new debugger has been created in C# and using Gtk# for its
- user interface, this will simplify the debugging of CLI applications.
+ The Mono debugger is written in C# and can debug both managed
+ and unmanaged applications, support for multiple-threaded
+ applications and should be relatively easy to port to new
+ platforms.
- Stay turned for its first public release.
+ Details of the release are available in <a
+ href="http://lists.ximian.com/archives/public/mono-list/2003-January/005192.html">post</a>.
+
+ The debugger contains both Gtk# and command line interfaces.
+ The debugging file format used in Dwarf (its already supported
+ by our class libraries and the Mono C# compiler; To debug C
+ applications, you need a recent GCC, or to pass the -gdwarf-2
+ flag to gcc).
+
+ The debugger is available now, you can get it from <a
+ href="http://primates.ximian.com/~martin/debugger/debugger-0.2.0.tar.gz">here</a>
+
+
+
+
+
+
\ No newline at end of file