Hello, > Also, I'm still looking for any suggestions on how to get the mono > debugger to work with a native application invoking mono from a dll. > What's the status, should that work at the moment? If not, what needs > to be done to make it work?
The `mono' program itself is a thin wrapper around libmono.a, so technically you would just have to replicate in your VM initialization all the steps that are enabled when MDB launches Mono for debugging. Miguel. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
