[Mono-bugs] [Bug 544935] Stepping into corlib
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 8 12:04:52 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=544935
User msafar at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=544935#c5
--- Comment #5 from Marek Safar <msafar at novell.com> 2009-10-08 10:04:51 MDT ---
with trunk
mdb -debug-flags:logfile:sse,eventloop bug-mdb.exe
Mono Debugger
(mdb) r
Starting program: bug-mdb.exe
Thread @1 stopped at #0: 0xb7006201 in C.Main()+0x9 at
/home/marek/svn/mcs/mcs/bug-mdb.cs:7.
7 string s = new string ('v', 1);
(mdb) module @corlib nohide step
corlib: nohide step load
(mdb) module @runtime nohide step
runtime: nohide step load
(mdb) step
Thread @1 stopped at #0: 0xb700621d in C.Main()+0x25 at
/home/marek/svn/mcs/mcs/bug-mdb.cs:8.
8 Console.WriteLine (s);
(mdb) step
v
Thread @1 exited.
Process #1 exited.
(mdb) Target exited.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list