[Mono-list] debugger - attach to process

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Aug 19 13:48:18 EDT 2010


On Wed, Aug 18, 2010 at 11:42 PM, Mike Morano <mmorano at mikeandwan.us> wrote:
> Is it possible to attach the soft debugger to an asp.net website
> project / xsp2?  If so, could someone point me to a good reference on
> how to do this?

Attaching per se isn't really possible because SDB requires the
runtime to be started in soft debugging mode. This is done by starting
the Mono runtime with certain commandline arguments that cause it
either to make a connection to a debugger on the provided IP/port, or
bind to a port and wait for an incoming connection from a debugger.
MonoDevelop uses the former, MonoVS uses the latter.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-list mailing list