I'm 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 tried 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 insideLoadedRange == 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?