[MonoDevelop] On expressions and cathpoints (debugger)

asanlua asantosluaces at hotmail.com
Tue Sep 2 08:04:48 EDT 2008


>> 
>> Also, how can I introduce a catchpoint in the debugger session, in order
>> to 
>> handle it in the future? I mean, as far as I know, you can assign a 
>> catchpoint to some exceptions (defined by the user), but I don't know how
>> to 
>> do this. 

>easy:

>IdeApp.Services.DebuggingService.Breakpoints.AddCatchpoint
(fullNameOfException);

That's the way I was introducing catchpoints. So, if I do not add any
exception, the debugger pauses in the line the exception was, always. What I
am trying to do is to filter the exceptions that will pause the debugger,
and I thought that I could do this by adding just these exceptions as
catchpoints, but it seems to be incorrect. How can I select the exceptions I
want?


-- 
View this message in context: http://www.nabble.com/On-expressions-and-cathpoints-%28debugger%29-tp19265552p19268908.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list