[MonoDevelop] MonoDebugger issue.

Todd Berman tberman@off.net
Fri, 25 Jun 2004 17:00:31 -0400


Dennis Boylan wrote:
> I thought I would give the compile with the debugger enabled a try, but....
> 
> ./DebuggingService.cs(259) error CS0117: `Mono.Debugger.Backtrace' does not contain a definition for `Length'
> ./DebuggingService.cs(262) error CS0165: Use of unassigned local variable `result'
> ./DebuggingService.cs(264) error CS0165: Use of unassigned local variable `result'
> Compilation failed: 3 error(s), 0 warnings
> 
> Should it be using trace.Frames.Count instead?

Yes, the debugger public api was changed in cvs, and I was unaware. I 
will fix this now, and it should be in anonsvn within an hour or two.

--Todd

> 
> This is using either r1805 or r1824 and the current CVS version of the debugger.
> 
> - Dennis
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>