[Mono-dev] Debugger exceptions

2007-11-08 Thread David Suarez
Hi, I've been having a look at the mono debugger from trunk, and seems to be a lot more stable now, good work! I'm not finding, however any option to display the exception that has stopped target execution (when no catch (Exception ex) is available). Is there any? Another question is, can anyon

Re: [Mono-dev] Debugger exceptions

2007-11-08 Thread Petit Eric
Is there a GUI for MDB ? Or documentation( like a doc API) about how to write one with the mono debugger assemblie reference ? 2007/11/8, David Suarez <[EMAIL PROTECTED]>: > Hi, > > I've been having a look at the mono debugger from trunk, and seems to be > a lot more stable now, good work! > > I'm

Re: [Mono-dev] Debugger exceptions

2007-11-08 Thread Petit Eric
sorry David Suarez, gmail doesn't reply to all by defaut. 2007/11/8, David Suarez <[EMAIL PROTECTED]>: > Hi, > > I've been having a look at the mono debugger from trunk, and seems to be > a lot more stable now, good work! > > I'm not finding, however any option to display the exception that has >

Re: [Mono-dev] Debugger exceptions

2007-12-10 Thread Martin Baulig
Hi, On Thu, 2007-11-08 at 16:13 +0100, David Suarez wrote: > I've been having a look at the mono debugger from trunk, and seems to be > a lot more stable now, good work! thanks :-) > I'm not finding, however any option to display the exception that has > stopped target execution (when no catch

Re: [Mono-dev] Debugger exceptions

2007-12-10 Thread Martin Baulig
Ok, I documented `print catch' on the website. On Thu, 2007-11-08 at 16:13 +0100, David Suarez wrote: > Hi, > > I've been having a look at the mono debugger from trunk, and seems to be > a lot more stable now, good work! > > I'm not finding, however any option to display the exception that has