[Monodevelop-devel] Linux Remote Debugging

Peter Siegel siegelpeter2009 at gmail.com
Sun Nov 27 16:17:05 EST 2011


Hi!

Im writing an Addin for Monodevelop which can debug mono Applications
on remote Linux hosts based on the Meego Plugin. It seems like the
Meego Addin has been discontinued... So i try to resurrect it as a
general Linux Remote Debugging Addin.... ;-)

I got it up and running, and the Debugger connects successfully, Pause
and Continue works, but the Debugger ignores all breakpoints.

I think the problem might be with the Assembly path in the  MDB files
which are transfered to the Linux Host from my Windows PC, because
FindLocation in ResolveBreakPoint is null.. and inisideLoadedRange ==
false

 Is there a way to change the Path info's in the MDB, so that i can
use them on windows and linux devices?

Peter


More information about the Monodevelop-devel-list mailing list