[MonoDevelop] set execution line in monodevelop debugger interface?

doncl cloredon42 at gmail.com
Sun Jan 12 19:30:42 UTC 2014


My apologies if this is has been asked and answered; I searched without
getting any joy.

Does the soft debugger support manually changing the current execution
point, and if so, is it exposed in the monodevelop debugger UI in some way?   
I'm not having any luck finding that.

What I mean by this, is the managed-code equivalent of setting the
instruction pointer when at a breakpoint, to cause the debugger to execute
from a different spot than it is currently (e.g. you suddenly realize you've
just gone past the spot where a bug changed the state erroneously, but
circumstances are such that if you could just rerun that function call
again, and step in, instead of stepping over, you could figure things out).

I know that just because .NET / Visual Studio does it, doesn't mean it makes
sense in the context of Mono / monodevelop; I'm just asking the question.   



--
View this message in context: http://mono.1490590.n4.nabble.com/set-execution-line-in-monodevelop-debugger-interface-tp4661692.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list