[Mono-bugs] [Bug 74815][Nor] New - Debugger should allow attaching to running processes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 3 May 2005 16:24:39 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by toshok@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74815
--- shadow/74815 2005-05-03 16:24:39.000000000 -0400
+++ shadow/74815.tmp.2463 2005-05-03 16:24:39.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 74815
+Product: Mono: Debugger
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: backend
+AssignedTo: toshok@ximian.com
+ReportedBy: toshok@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Debugger should allow attaching to running processes
+
+right now attaching isn't supported at all.
+
+an initial pass would be to make it possible to attach to processes that
+were started using mono-debugger-mini-wrapper instead of mono. This would
+provide the debugger with all the inferior data structures necessary to get
+things working.
+
+Once the program is attached, however, we'll need to make sure to load all
+assemblies and types used in the inferior. That's the sticky part.