It’s now happened 3 times tonight. 23r1.1 on macOS 12.6.5. While single stepping through my project, the app crashes because it loses connectivity to the debugger:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 XojoFramework 0x1035fc328 0x103458000 + 1721128
1 XojoFramework 0x1035fc324 0x103458000 + 1721124
2 XojoFramework 0x1035f9998 DSDelegate::DebuggerConnectionMessage(DebuggerPacketParser const&) + 24
3 XojoFramework 0x1035f7bcc DebuggerConnection::ProcessMessage(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) + 76
4 XojoFramework 0x1036c7f8c TCPSocketConnection::SocketDataReceived(TCPSocket*) + 332
5 XojoFramework 0x10357c3ac TCPSocket::FireEvents() + 168
6 XojoFramework 0x1035791a8 TCPSocketPosix::Poll() + 952
7 XojoFramework 0x1035ff324 0x103458000 + 1733412
8 XojoFramework 0x1035ff164 DebuggerHook + 712
9 ArGest Backup.debug 0x1012b6608 Globals.LoadArchives40 + 40260 (/Globals:4352)
10 ArGest Backup.debug 0x101148274 App.Event_Open%%o<App> + 20884 (/App:206)
11 XojoFramework 0x10353bf58 CocoaFinishApplicationStartup() + 184
12 XojoFramework 0x10353aa8c 0x103458000 + 928396
13 CoreFoundation 0x1b5d2d438 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28
14 CoreFoundation 0x1b5dd1ba8 ___CFXRegistrationPost_block_invoke + 52
15 CoreFoundation 0x1b5dd1b14 _CFXRegistrationPost + 456
16 CoreFoundation 0x1b5cfc0c8 _CFXNotificationPost + 732
17 Foundation 0x1b6bc1c28 -[NSNotificationCenter postNotificationName:object:userInfo:] + 96
18 AppKit 0x1b88a7228 -[NSApplication _postDidFinishNotification] + 340
19 AppKit 0x1b88a6f40 -[NSApplication _sendFinishLaunchingNotification] + 236
20 AppKit 0x1b889e950 _DPSNextEvent + 2036
21 AppKit 0x1b889cdb0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1328
22 XojoFramework 0x10353c878 0x103458000 + 936056
23 XojoFramework 0x10353c900 0x103458000 + 936192
24 ArGest Backup.debug 0x100de8d24 Application._CallFunctionWithExceptionHandling%%o<Application>p + 164
25 XojoFramework 0x1036c6e9c CallFunctionWithExceptionHandling(void (*)()) + 180
26 XojoFramework 0x10353c89c 0x103458000 + 936092
27 AppKit 0x1b888ef7c -[NSApplication run] + 596
28 XojoFramework 0x1036c56f8 RuntimeRun + 48
29 ArGest Backup.debug 0x100f13bc0 REALbasic._RuntimeRun + 28
30 ArGest Backup.debug 0x101fc6d0c _Main + 712 (/#main:3543)
31 ArGest Backup.debug 0x101fb70a0 main + 36
32 dyld 0x10278908c start + 520
Anyone else?