[MonoDevelop] MonoDebugger issue.

Dennis Boylan mono@b-lan.com
Fri, 25 Jun 2004 15:23:16 -0400


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?

This is using either r1805 or r1824 and the current CVS version of the debugger.

- Dennis