I have one project which uses the latest pre-release, and I find the breakpoint debugger acts crazy in that project.
Many breakpoints are skipped, some have hollow circles in the middle, and when I do stop on a breakpoint, stepping over becomes like "wormhole travel" through my code, it just randomly jumps about everywhere all over the source files, irrespective of what lines of code the actual runtime is executing.
Does it in android and iOS projects.
I get this output too in the logs too:
Mono.Debugger.Soft.CommandException: Debuggee returned error code 200.
at Mono.Debugger.Soft.VirtualMachine.ErrorHandler (System.Object sender,
Mono.Debugger.Soft.ErrorHandlerEventArgs args) [0x00076] in
/Users/builder/data/lanes/1550/6e8e725e/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs:338
at Mono.Debugger.Soft.Connection.SendReceive (CommandSet command_set, Int32
command, Mono.Debugger.Soft.PacketWriter packet) [0x000f9] in
/Users/builder/data/lanes/1550/6e8e725e/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:1544
at Mono.Debugger.Soft.Connection.Type_GetCustomAttributes (Int64 id, Int64
attr_type_id, Boolean inherit) [0x00017] in
/Users/builder/data/lanes/1550/6e8e725e/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:2214
at Mono.Debugger.Soft.TypeMirror.AppendCustomAttrs (IList
1 attrs,
Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x00053] in
/Users/builder/data/lanes/1550/6e8e725e/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:712
at Mono.Debugger.Soft.TypeMirror.AppendCustomAttrs (IList
1 attrs,Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x000c6] in
/Users/builder/data/lanes/1550/6e8e725e/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:722
at Mono.Debugger.Soft.TypeMirror.GetCustomAttrs
(Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x0000b] in
/Users/builder/data/lanes/1550/6e8e725e/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:727
at Mono.Debugger.Soft.TypeMirror.GetCustomAttributes (Boolean inherit)
[0x00004] in
/Users/builder/data/lanes/1550/6e8e725e/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:697
at Mono.Debugging.Soft.SoftDebuggerAdaptor.OnGetTypeDisplayData
(Mono.Debugging.Evaluation.EvaluationContext ctx, System.Object type) [0x00018]
in