Hi !
Is it possible to have a sharpdevelop's feature like that one in VS, the ability to change the current position in debug forward[skipping some code] or backward ?
Rightclick in the editor > Set current statement
That will set the instruction pointer to the point you clicked (must be a statement in the same method).
ok, that's nice to know
is there a possibility to go to another method or this method but called in the other thread ?