[Mono-bugs] [Bug 423518] WARNING: Got event 137f for unknown pid xxxx
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 3 20:33:43 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=423518
User martin at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=423518#c39
--- Comment #39 from Martin Baulig <martin at novell.com> 2008-11-03 18:33:39 MST ---
Regarding comment #37:
I'm sorry, this should be better documented.
There are two issues:
* There are two commands, `start' and `run'.
The first, `start' runs the target without stopping in Main().
The second one, `run' makes the debugger stop in Main().
* The second issue is more an internal problem. You can't have two breakpoints
at the same location and there's always an automatic breakpoint on Main().
So you should use `run', not `start'.
Looking at #35 and #36 next.
--
Configure bugmail: https://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