Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breakpoint hit, but debugger adapter is terminating abnormally #940

Open
conversy opened this issue May 24, 2023 · 10 comments
Open

breakpoint hit, but debugger adapter is terminating abnormally #940

conversy opened this issue May 24, 2023 · 10 comments
Labels
need more info Investigation is blocked until more information is available.

Comments

@conversy
Copy link

conversy commented May 24, 2023

OS: 13.3.1 (a) (22E772610a)
VSCode version: 1.78.2
CodeLLDB version: 1.9.1
Compiler: Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Debuggee: a C++ + objective c program I build, aarch64

Breakpoints in the C++ part behave normally.
Breakpoints in the Objective-C dynamic lib are hit, but it seems the program is still continuing, and the debugger adapter is terminating abnormally.

Verbose log
  Initial debug configuration: {
  name: '(lldb) smala - cookbook',
  type: 'lldb',
  request: 'launch',
  program: '${workspaceFolder}/build/cookbook/gui/direct_manipulation/simplest/simplest_app',
  args: [ '""' ],
  cwd: '${workspaceFolder}/cookbook/gui/chat',
  env: {
    DYLD_LIBRARY_PATH: '${DYLD_LIBRARY_PATH}:${workspaceFolder}/../djnn-cpp/build/lib:${workspaceFolder}/../smala/build/lib/'
  },
  __configurationTarget: 6
}
Resolved debug configuration: {
  name: '(lldb) smala - cookbook',
  type: 'lldb',
  request: 'launch',
  program: '${workspaceFolder}/build/cookbook/gui/direct_manipulation/simplest/simplest_app',
  args: [ '""' ],
  cwd: '${workspaceFolder}/cookbook/gui/chat',
  env: {
    DYLD_LIBRARY_PATH: '${DYLD_LIBRARY_PATH}:${workspaceFolder}/../djnn-cpp/build/lib:${workspaceFolder}/../smala/build/lib/'
  },
  __configurationTarget: 6,
  relativePathBase: '/Users/conversy/recherche/istar/code/djnn/djnn-cpp-master',
  _adapterSettings: {
    displayFormat: 'auto',
    showDisassembly: 'auto',
    dereferencePointers: true,
    suppressMissingSourceFiles: true,
    evaluationTimeout: 5,
    consoleMode: 'commands',
    sourceLanguages: null,
    terminalPromptClear: null,
    evaluateForHovers: true,
    commandCompletions: true,
    reproducer: false
  }
}
liblldb: /Users/conversy/.vscode/extensions/vadimcn.vscode-lldb-1.9.1/lldb/lib/liblldb.dylib
environment: {}
settings: { evaluateForHovers: true, commandCompletions: true }
[DEBUG codelldb] Connecting to 127.0.0.1:50606
[DEBUG codelldb] New debug session
[DEBUG codelldb::dap_codec] --> {"command":"initialize","arguments":{"clientID":"vscode","clientName":"Visual Studio Code","adapterID":"lldb","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"en","supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryReferences":true,"supportsArgsCanBeInterpretedByShell":true,"supportsMemoryEvent":true,"supportsStartDebuggingRequest":true},"type":"request","seq":1}
[DEBUG codelldb::dap_codec] <-- {"seq":1,"type":"response","request_seq":1,"success":true,"command":"initialize","body":{"exceptionBreakpointFilters":[{"default":true,"filter":"cpp_throw","label":"C++: on throw"},{"default":false,"filter":"cpp_catch","label":"C++: on catch"}],"supportTerminateDebuggee":true,"supportsCancelRequest":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDataBreakpoints":true,"supportsDelayedStackTraceLoading":true,"supportsDisassembleRequest":true,"supportsEvaluateForHovers":true,"supportsFunctionBreakpoints":true,"supportsGotoTargetsRequest":true,"supportsHitConditionalBreakpoints":true,"supportsInstructionBreakpoints":true,"supportsLogPoints":true,"supportsReadMemoryRequest":true,"supportsRestartFrame":true,"supportsSetVariable":true,"supportsSteppingGranularity":true,"supportsWriteMemoryRequest":true}}
[DEBUG codelldb::dap_codec] --> {"command":"launch","arguments":{"name":"(lldb) smala - cookbook","type":"lldb","request":"launch","program":"/Users/conversy/recherche/istar/code/djnn/smala/build/cookbook/gui/direct_manipulation/simplest/simplest_app","args":["\"\""],"cwd":"/Users/conversy/recherche/istar/code/djnn/smala/cookbook/gui/chat","env":{"DYLD_LIBRARY_PATH":"${DYLD_LIBRARY_PATH}:/Users/conversy/recherche/istar/code/djnn/smala/../djnn-cpp/build/lib:/Users/conversy/recherche/istar/code/djnn/smala/../smala/build/lib/"},"__configurationTarget":6,"relativePathBase":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-master","_adapterSettings":{"displayFormat":"auto","showDisassembly":"auto","dereferencePointers":true,"suppressMissingSourceFiles":true,"evaluationTimeout":5,"consoleMode":"commands","sourceLanguages":null,"terminalPromptClear":null,"evaluateForHovers":true,"commandCompletions":true,"reproducer":false},"__sessionId":"55bdb69f-7edf-47f1-bf96-9b84dce631b9"},"type":"request","seq":2}
[DEBUG codelldb::dap_codec] <-- {"seq":2,"type":"event","event":"output","body":{"output":"Console is in 'commands' mode, prefix expressions with '?'.\n"}}
INFO(Python) 14:23:06 formatters: Initializing
INFO(Python) 14:23:06 formatters.rust: Initializing
[DEBUG codelldb::debug_session] Debug event: 0x11d6f72a8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {simplest_app}
[DEBUG codelldb::dap_codec] <-- {"seq":3,"type":"event","event":"initialized"}
[DEBUG codelldb::dap_codec] <-- {"seq":4,"type":"event","event":"module","body":{"module":{"addressRange":"FFFFFFFFFFFFFFFF","id":"FFFFFFFFFFFFFFFF","name":"simplest_app","path":"/Users/conversy/recherche/istar/code/djnn/smala/build/cookbook/gui/direct_manipulation/simplest/simplest_app","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/smala/build/cookbook/gui/direct_manipulation/simplest/simplest_app","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":5,"type":"request","command":"runInTerminal","arguments":{"args":["/Users/conversy/.vscode/extensions/vadimcn.vscode-lldb-1.9.1/adapter/codelldb","terminal-agent","--connect=50608"],"cwd":"","kind":"integrated","title":"(lldb) smala - cookbook"}}
[DEBUG codelldb::dap_codec] --> {"command":"setBreakpoints","arguments":{"source":{"name":"MGLRenderer.m","path":"/Users/conversy/recherche/istar/code/misc/MGL/MGL/src/MGLRenderer.m"},"lines":[1150],"breakpoints":[{"line":1150}],"sourceModified":false},"type":"request","seq":3}
[DEBUG codelldb::dap_codec] --> {"command":"setFunctionBreakpoints","arguments":{"breakpoints":[]},"type":"request","seq":4}
[DEBUG codelldb::dap_codec] --> {"command":"setDataBreakpoints","arguments":{"breakpoints":[]},"type":"request","seq":5}
[DEBUG codelldb::dap_codec] --> {"command":"setInstructionBreakpoints","arguments":{"breakpoints":[]},"type":"request","seq":6}
[DEBUG codelldb::dap_codec] --> {"command":"setExceptionBreakpoints","arguments":{"filters":[]},"type":"request","seq":7}
[DEBUG codelldb::debug_session] Debug event: 0x10314bad8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: breakpoint added}
[DEBUG codelldb::dap_codec] <-- {"seq":6,"type":"response","request_seq":3,"success":true,"command":"setBreakpoints","body":{"breakpoints":[{"id":1,"message":"Resolved locations: 0","verified":false}]}}
[DEBUG codelldb::dap_codec] <-- {"seq":7,"type":"response","request_seq":4,"success":true,"command":"setFunctionBreakpoints","body":{"breakpoints":[]}}
[DEBUG codelldb::dap_codec] <-- {"seq":8,"type":"response","request_seq":5,"success":true,"command":"setDataBreakpoints","body":{"breakpoints":[]}}
[DEBUG codelldb::dap_codec] <-- {"seq":9,"type":"response","request_seq":6,"success":true,"command":"setInstructionBreakpoints","body":{"breakpoints":[]}}
[DEBUG codelldb::dap_codec] <-- {"seq":10,"type":"response","request_seq":7,"success":true,"command":"setExceptionBreakpoints"}
[DEBUG codelldb::dap_codec] --> {"type":"response","seq":8,"command":"runInTerminal","request_seq":5,"success":true,"body":{"shellProcessId":16199}}
[DEBUG codelldb::dap_codec] --> {"command":"configurationDone","type":"request","seq":9}
[DEBUG codelldb::dap_codec] <-- {"seq":11,"type":"event","event":"output","body":{"output":"Launching: /Users/conversy/recherche/istar/code/djnn/smala/build/cookbook/gui/direct_manipulation/simplest/simplest_app \"\"\n"}}
[DEBUG codelldb::dap_codec] <-- {"seq":12,"type":"event","event":"output","body":{"output":"Launched process 20454\n"}}
[DEBUG codelldb::debug_session] Debug event: 0x104308b38 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000004 (modules-unloaded), data = {simplest_app}
[DEBUG codelldb::debug_session] Debug event: 0x104308c48 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations removed}
[DEBUG codelldb::debug_session] Debug event: 0x1031448c8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {dyld, simplest_app}
[DEBUG codelldb::dap_codec] <-- {"seq":13,"type":"response","request_seq":2,"success":true,"command":"launch"}
[DEBUG codelldb::dap_codec] <-- {"seq":14,"type":"event","event":"module","body":{"module":{"id":"100000000","name":""},"reason":"removed"}}
[DEBUG codelldb::debug_session] Debug event: 0x10314bce0 Event: broadcaster = 0x10d813038 (lldb.process), type = 0x00000001 (state-changed), data = { process = 0x10d813000 (pid = 20454), state = running}
[DEBUG codelldb::dap_codec] <-- {"seq":15,"type":"event","event":"module","body":{"module":{"addressRange":"100018000","id":"100018000","name":"dyld","path":"/usr/lib/dyld","symbolFilePath":"/usr/lib/dyld","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":16,"type":"event","event":"module","body":{"module":{"addressRange":"100000000","id":"100000000","name":"simplest_app","path":"/Users/conversy/recherche/istar/code/djnn/smala/build/cookbook/gui/direct_manipulation/simplest/simplest_app","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/smala/build/cookbook/gui/direct_manipulation/simplest/simplest_app","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":17,"type":"event","event":"continued","body":{"allThreadsContinued":true,"threadId":0}}
[DEBUG codelldb::dap_codec] <-- {"seq":18,"type":"response","request_seq":9,"success":true,"command":"configurationDone"}
[DEBUG codelldb::debug_session] Debug event: 0x10440a3c8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000004 (modules-unloaded), data = {simplest_app}
[DEBUG codelldb::dap_codec] <-- {"seq":19,"type":"event","event":"module","body":{"module":{"id":"FFFFFFFFFFFFFFFF","name":""},"reason":"removed"}}
[DEBUG codelldb::debug_session] Debug event: 0x10442a3a8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations removed}
[DEBUG codelldb::debug_session] Debug event: 0x11d6bdcc8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {dyld, simplest_app}
[DEBUG codelldb::dap_codec] <-- {"seq":20,"type":"event","event":"module","body":{"module":{"addressRange":"1AA67A000","id":"1AA67A000","name":"dyld","path":"/usr/lib/dyld","symbolFilePath":"/usr/lib/dyld","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":21,"type":"event","event":"module","body":{"module":{"addressRange":"100000000","id":"100000000","name":"simplest_app","path":"/Users/conversy/recherche/istar/code/djnn/smala/build/cookbook/gui/direct_manipulation/simplest/simplest_app","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/smala/build/cookbook/gui/direct_manipulation/simplest/simplest_app","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] --> {"command":"threads","type":"request","seq":10}
[DEBUG codelldb::dap_codec] <-- {"seq":22,"type":"response","request_seq":10,"success":true,"command":"threads","body":{"threads":[{"id":92600,"name":"1: tid=92600"}]}}
[DEBUG codelldb::debug_session] Debug event: 0x1049989f8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations resolved}
[DEBUG codelldb::dap_codec] <-- {"seq":23,"type":"event","event":"breakpoint","body":{"breakpoint":{"id":1,"line":1150,"message":"Resolved locations: 1","verified":true},"reason":"changed"}}
[DEBUG codelldb::debug_session] Debug event: 0x1049989f8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations added}
[DEBUG codelldb::dap_codec] <-- {"seq":24,"type":"event","event":"breakpoint","body":{"breakpoint":{"id":1,"line":1150,"message":"Resolved locations: 1","verified":true},"reason":"changed"}}
[DEBUG codelldb::debug_session] Debug event: 0x104999258 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {libdjnn-utils.dylib, libdjnn-gui.dylib, libdjnn-display.dylib, libdjnn-base.dylib, libdjnn-exec_env.dylib, libdjnn-core.dylib, libclang_rt.asan_osx_dynamic.dylib, libexpat.1.8.10.dylib, libcurl.4.dylib, libSystem.B.dylib, libcache.dylib, libcommonCrypto.dylib, libcompiler_rt.dylib, libcopyfile.dylib, libcorecrypto.dylib, libdispatch.dylib, libdyld.dylib, libkeymgr.dylib, libmacho.dylib, libquarantine.dylib, libremovefile.dylib, libsystem_asl.dylib, libsystem_blocks.dylib, libsystem_c.dylib, libsystem_collections.dylib, libsystem_configuration.dylib, libsystem_containermanager.dylib, libsystem_coreservices.dylib, libsystem_darwin.dylib, libsystem_dnssd.dylib, libsystem_featureflags.dylib, libsystem_info.dylib, libsystem_m.dylib, libsystem_malloc.dylib, libsystem_networkextension.dylib, libsystem_notify.dylib, libsystem_sandbox.dylib, libsystem_secinit.dylib, libsystem_kernel.dylib, libsystem_platform.dylib, libsystem_pthread.dylib, libsystem_symptoms.dylib, libsystem_trace.dylib, libunwind.dylib, libxpc.dylib, libc++abi.dylib, libobjc.A.dylib, liboah.dylib, libc++.1.dylib, libnghttp2.14.dylib, libidn2.0.dylib, librtmp.1.dylib, libssh2.1.dylib, libssl.1.1.dylib, libcrypto.1.1.dylib, libldap.2.dylib, liblber.2.dylib, libzstd.1.5.5.dylib, libbrotlidec.1.0.9.dylib, CoreFoundation, CoreServicesInternal, libfakelink.dylib, libicucore.A.dylib, SoftLinking, IOKit, CoreServices, libDiagnosticMessagesClient.dylib, libenergytrace.dylib, libbsm.0.dylib, libz.1.dylib, libkxld.dylib, CFNetwork, FSEvents, CarbonCore, Metadata, OSServices, SearchKit, AE, LaunchServices, DictionaryServices, SharedFileList, Security, SystemConfiguration, libapple_nghttp2.dylib, libcompression.dylib, libnetwork.dylib, libsqlite3.dylib, Foundation, Network, libCoreEntitlements.dylib, MessageSecurity, ProtocolBuffer, libMobileGestalt.dylib, AppleFSCompression, libcoretls.dylib, libcoretls_cfhelpers.dylib, libpam.2.dylib, libxar.1.dylib, CoreAutoLayout, DiskArbitration, libarchive.2.dylib, libxml2.2.dylib, liblangid.dylib, Combine, libswiftCore.dylib, libswiftCoreFoundation.dylib, libswiftDarwin.dylib, libswiftDispatch.dylib, libswiftIOKit.dylib, libswiftObjectiveC.dylib, libswiftXPC.dylib, libswift_Concurrency.dylib, libswift_StringProcessing.dylib, libswiftos.dylib, AppleSystemInfo, IOMobileFramebuffer, IOSurface, libpcap.A.dylib, libdns_services.dylib, liblzma.5.dylib, libbz2.1.0.dylib, libiconv.2.dylib, libcharset.1.dylib, libswift_RegexParser.dylib, libheimdal-asn1.dylib, libCheckFix.dylib, TCC, CoreNLP, MetadataUtilities, Accelerate, libmecab.dylib, libCRFSuite.dylib, libgermantok.dylib, libThaiTokenizer.dylib, vImage, vecLib, libvMisc.dylib, libvDSP.dylib, libBLAS.dylib, libLAPACK.dylib, libLinearAlgebra.dylib, libSparseBLAS.dylib, libQuadrature.dylib, libBNNS.dylib, libSparse.dylib, MIL, CFOpenDirectory, OpenDirectory, APFS, SecurityFoundation, libutil.dylib, InstalledContentLibrary, CoreServicesStore, libapp_launch_measurement.dylib, AppleMobileFileIntegrity, libmis.dylib, MobileSystemServices, ConfigProfileHelper, CoreAnalytics, AppleSauce, LanguageModeling, libxslt.1.dylib, libcmph.dylib, CoreEmoji, LinguisticData, Lexicon, BackgroundTaskManagement, libTLE.dylib, libunistring.5.dylib, libintl.8.dylib, Kerberos, Heimdal, GSS, libHeimdalProxy.dylib, libresolv.9.dylib, CommonAuth, libsasl2.2.dylib, libbrotlicommon.1.0.9.dylib, libmgl.dylib, libfontconfig.1.dylib, libfreetype.6.dylib, libSDL2_image-2.0.0.dylib, libSDL2-2.0.0.dylib, AppKit, UIFoundation, CollectionViewCore, RemoteViewServices, XCTTargetBootstrap, InternationalSupport, UserActivity, WindowManagement, libspindump.dylib, UniformTypeIdentifiers, CoreData, Metal, CoreSVG, SkyLight, CoreGraphics, IconServices, ApplicationServices, DFRFoundation, AudioToolbox, DataDetectorsCore, TextInput, HIToolbox, QuartzCore, SpeechRecognition, CoreUI, CoreAudio, MultitouchSupport, PerformanceAnalysis, OpenGL, MobileKeyBag, ColorSync, CoreImage, CoreText, ImageIO, TextureIO, libate.dylib, AppleJPEG, libexpat.1.dylib, libPng.dylib, libTIFF.dylib, libGIF.dylib, libJP2.dylib, libJPEG.dylib, libRadiance.dylib, libFontParser.dylib, RunningBoardServices, IOSurfaceAccelerator, WatchdogClient, CoreDisplay, CoreMedia, IOAccelerator, CoreVideo, MetalPerformanceShaders, VideoToolbox, BaseBoard, GPUWrangler, IOPresentment, DSExternalDisplay, libllvm-flatbuffers.dylib, libCoreFSCache.dylib, libGPUCompilerUtils.dylib, CMCaptureCore, ExtensionFoundation, CoreTime, AppServerSupport, perfdata, AudioToolboxCore, caulk, libAudioStatistics.dylib, SystemPolicy, libSMC.dylib, CoreMIDI, libAudioToolboxUtility.dylib, OSAServicesClient, libperfcheck.dylib, PlugInKit, AssertionServices, libGLU.dylib, libGFXShared.dylib, libGL.dylib, libGLImage.dylib, libCVMSPluginSupport.dylib, libCoreVMClient.dylib, MPSCore, MPSImage, MPSNeuralNetwork, MPSMatrix, MPSRayIntersector, MPSNDArray, MPSFunctions, MetalTools, AggregateDictionary, libIOReport.dylib, ASEProcessing, PhotosensitivityProcessing, GraphVisualizer, FontServices, OTSVG, libFontRegistry.dylib, libhvf.dylib, libXTFontStaticRegistryData.dylib, VideoToolboxParavirtualizationSupport, AppleVA, ATS, HIServices, PrintCore, QD, ColorSyncLegacy, SpeechSynthesis, ATSUI, libcups.2.dylib, AVFAudio, AXCoreUtilities, AudioSession, IOBluetooth, MediaExperience, libSessionUtility.dylib, AudioResourceArbitration, PowerLog, CoreBluetooth, AudioUnit, CoreUtils, CoreUtilsExtras, IO80211, IconFoundation, SpeechRecognitionCore, libpng16.16.dylib, libjxl.0.8.1.dylib, libjpeg.8.2.2.dylib, libtiff.6.dylib, libavif.15.0.1.dylib, libwebp.7.1.6.dylib, libsharpyuv.0.0.0.dylib, libhwy.1.0.4.dylib, libbrotlienc.1.0.9.dylib, liblcms2.2.dylib, libaom.3.6.1.dylib, libvmaf.1.dylib, CoreHaptics, GameController, GameControllerFoundation, GameControllerSettings, ExternalAccessory, UserNotifications, libswiftAppKit.dylib, libswiftCoreImage.dylib, libswiftMetal.dylib, libswiftQuartzCore.dylib, libswiftsimd.dylib, IAP, BoardServices, Accessibility, libAccessibility.dylib, MediaAccessibility, ForceFeedback, Cocoa, Carbon, CommonPanels, Help, ImageCapture, OpenScripting, Ink, Print, SecurityHI}
[DEBUG codelldb::dap_codec] <-- {"seq":25,"type":"event","event":"module","body":{"module":{"addressRange":"10011C000","id":"10011C000","name":"libdjnn-utils.dylib","path":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-utils.dylib","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-utils.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":26,"type":"event","event":"module","body":{"module":{"addressRange":"100CD0000","id":"100CD0000","name":"libdjnn-gui.dylib","path":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-gui.dylib","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-gui.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":27,"type":"event","event":"module","body":{"module":{"addressRange":"1002D4000","id":"1002D4000","name":"libdjnn-display.dylib","path":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-display.dylib","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-display.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":28,"type":"event","event":"module","body":{"module":{"addressRange":"1006C8000","id":"1006C8000","name":"libdjnn-base.dylib","path":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-base.dylib","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-base.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":29,"type":"event","event":"module","body":{"module":{"addressRange":"1003D0000","id":"1003D0000","name":"libdjnn-exec_env.dylib","path":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-exec_env.dylib","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-exec_env.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":30,"type":"event","event":"module","body":{"module":{"addressRange":"101AEC000","id":"101AEC000","name":"libdjnn-core.dylib","path":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-core.dylib","symbolFilePath":"/Users/conversy/recherche/istar/code/djnn/djnn-cpp-opengl/build/lib/libdjnn-core.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":31,"type":"event","event":"module","body":{"module":{"addressRange":"10214C000","id":"10214C000","name":"libclang_rt.asan_osx_dynamic.dylib","path":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/lib/darwin/libclang_rt.asan_osx_dynamic.dylib","symbolFilePath":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/lib/darwin/libclang_rt.asan_osx_dynamic.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":32,"type":"event","event":"module","body":{"module":{"addressRange":"10008C000","id":"10008C000","name":"libexpat.1.8.10.dylib","path":"/opt/homebrew/Cellar/expat/2.5.0/lib/libexpat.1.8.10.dylib","symbolFilePath":"/opt/homebrew/Cellar/expat/2.5.0/lib/libexpat.1.8.10.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":33,"type":"event","event":"module","body":{"module":{"addressRange":"10049C000","id":"10049C000","name":"libcurl.4.dylib","path":"/opt/homebrew/Cellar/curl/8.1.1/lib/libcurl.4.dylib","symbolFilePath":"/opt/homebrew/Cellar/curl/8.1.1/lib/libcurl.4.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":34,"type":"event","event":"module","body":{"module":{"addressRange":"1B6347000","id":"1B6347000","name":"libSystem.B.dylib","path":"/usr/lib/libSystem.B.dylib","symbolFilePath":"/usr/lib/libSystem.B.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":35,"type":"event","event":"module","body":{"module":{"addressRange":"1B6341000","id":"1B6341000","name":"libcache.dylib","path":"/usr/lib/system/libcache.dylib","symbolFilePath":"/usr/lib/system/libcache.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":36,"type":"event","event":"module","body":{"module":{"addressRange":"1B62FD000","id":"1B62FD000","name":"libcommonCrypto.dylib","path":"/usr/lib/system/libcommonCrypto.dylib","symbolFilePath":"/usr/lib/system/libcommonCrypto.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":37,"type":"event","event":"module","body":{"module":{"addressRange":"1B6328000","id":"1B6328000","name":"libcompiler_rt.dylib","path":"/usr/lib/system/libcompiler_rt.dylib","symbolFilePath":"/usr/lib/system/libcompiler_rt.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":38,"type":"event","event":"module","body":{"module":{"addressRange":"1B631E000","id":"1B631E000","name":"libcopyfile.dylib","path":"/usr/lib/system/libcopyfile.dylib","symbolFilePath":"/usr/lib/system/libcopyfile.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":39,"type":"event","event":"module","body":{"module":{"addressRange":"1AA76D000","id":"1AA76D000","name":"libcorecrypto.dylib","path":"/usr/lib/system/libcorecrypto.dylib","symbolFilePath":"/usr/lib/system/libcorecrypto.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":40,"type":"event","event":"module","body":{"module":{"addressRange":"1AA824000","id":"1AA824000","name":"libdispatch.dylib","path":"/usr/lib/system/libdispatch.dylib","symbolFilePath":"/usr/lib/system/libdispatch.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":41,"type":"event","event":"module","body":{"module":{"addressRange":"1AA9DE000","id":"1AA9DE000","name":"libdyld.dylib","path":"/usr/lib/system/libdyld.dylib","symbolFilePath":"/usr/lib/system/libdyld.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":42,"type":"event","event":"module","body":{"module":{"addressRange":"1B6337000","id":"1B6337000","name":"libkeymgr.dylib","path":"/usr/lib/system/libkeymgr.dylib","symbolFilePath":"/usr/lib/system/libkeymgr.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":43,"type":"event","event":"module","body":{"module":{"addressRange":"1B62D7000","id":"1B62D7000","name":"libmacho.dylib","path":"/usr/lib/system/libmacho.dylib","symbolFilePath":"/usr/lib/system/libmacho.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":44,"type":"event","event":"module","body":{"module":{"addressRange":"1B58DE000","id":"1B58DE000","name":"libquarantine.dylib","path":"/usr/lib/system/libquarantine.dylib","symbolFilePath":"/usr/lib/system/libquarantine.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":45,"type":"event","event":"module","body":{"module":{"addressRange":"1B6334000","id":"1B6334000","name":"libremovefile.dylib","path":"/usr/lib/system/libremovefile.dylib","symbolFilePath":"/usr/lib/system/libremovefile.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":46,"type":"event","event":"module","body":{"module":{"addressRange":"1AF681000","id":"1AF681000","name":"libsystem_asl.dylib","path":"/usr/lib/system/libsystem_asl.dylib","symbolFilePath":"/usr/lib/system/libsystem_asl.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":47,"type":"event","event":"module","body":{"module":{"addressRange":"1AA709000","id":"1AA709000","name":"libsystem_blocks.dylib","path":"/usr/lib/system/libsystem_blocks.dylib","symbolFilePath":"/usr/lib/system/libsystem_blocks.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":48,"type":"event","event":"module","body":{"module":{"addressRange":"1AA86F000","id":"1AA86F000","name":"libsystem_c.dylib","path":"/usr/lib/system/libsystem_c.dylib","symbolFilePath":"/usr/lib/system/libsystem_c.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":49,"type":"event","event":"module","body":{"module":{"addressRange":"1B632C000","id":"1B632C000","name":"libsystem_collections.dylib","path":"/usr/lib/system/libsystem_collections.dylib","symbolFilePath":"/usr/lib/system/libsystem_collections.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":50,"type":"event","event":"module","body":{"module":{"addressRange":"1B4D21000","id":"1B4D21000","name":"libsystem_configuration.dylib","path":"/usr/lib/system/libsystem_configuration.dylib","symbolFilePath":"/usr/lib/system/libsystem_configuration.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":51,"type":"event","event":"module","body":{"module":{"addressRange":"1B3DB8000","id":"1B3DB8000","name":"libsystem_containermanager.dylib","path":"/usr/lib/system/libsystem_containermanager.dylib","symbolFilePath":"/usr/lib/system/libsystem_containermanager.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":52,"type":"event","event":"module","body":{"module":{"addressRange":"1B5FCD000","id":"1B5FCD000","name":"libsystem_coreservices.dylib","path":"/usr/lib/system/libsystem_coreservices.dylib","symbolFilePath":"/usr/lib/system/libsystem_coreservices.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":53,"type":"event","event":"module","body":{"module":{"addressRange":"1AD7CC000","id":"1AD7CC000","name":"libsystem_darwin.dylib","path":"/usr/lib/system/libsystem_darwin.dylib","symbolFilePath":"/usr/lib/system/libsystem_darwin.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":54,"type":"event","event":"module","body":{"module":{"addressRange":"1B6338000","id":"1B6338000","name":"libsystem_dnssd.dylib","path":"/usr/lib/system/libsystem_dnssd.dylib","symbolFilePath":"/usr/lib/system/libsystem_dnssd.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":55,"type":"event","event":"module","body":{"module":{"addressRange":"1AA86C000","id":"1AA86C000","name":"libsystem_featureflags.dylib","path":"/usr/lib/system/libsystem_featureflags.dylib","symbolFilePath":"/usr/lib/system/libsystem_featureflags.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":56,"type":"event","event":"module","body":{"module":{"addressRange":"1AAA0A000","id":"1AAA0A000","name":"libsystem_info.dylib","path":"/usr/lib/system/libsystem_info.dylib","symbolFilePath":"/usr/lib/system/libsystem_info.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":57,"type":"event","event":"module","body":{"module":{"addressRange":"1B629F000","id":"1B629F000","name":"libsystem_m.dylib","path":"/usr/lib/system/libsystem_m.dylib","symbolFilePath":"/usr/lib/system/libsystem_m.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":58,"type":"event","event":"module","body":{"module":{"addressRange":"1AA7F8000","id":"1AA7F8000","name":"libsystem_malloc.dylib","path":"/usr/lib/system/libsystem_malloc.dylib","symbolFilePath":"/usr/lib/system/libsystem_malloc.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":59,"type":"event","event":"module","body":{"module":{"addressRange":"1AF5FF000","id":"1AF5FF000","name":"libsystem_networkextension.dylib","path":"/usr/lib/system/libsystem_networkextension.dylib","symbolFilePath":"/usr/lib/system/libsystem_networkextension.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":60,"type":"event","event":"module","body":{"module":{"addressRange":"1ADC36000","id":"1ADC36000","name":"libsystem_notify.dylib","path":"/usr/lib/system/libsystem_notify.dylib","symbolFilePath":"/usr/lib/system/libsystem_notify.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}

@conversy
Copy link
Author

(the Verbose log was too long, cont')

Verbose log
[DEBUG codelldb::dap_codec] <-- {"seq":61,"type":"event","event":"module","body":{"module":{"addressRange":"1B4D26000","id":"1B4D26000","name":"libsystem_sandbox.dylib","path":"/usr/lib/system/libsystem_sandbox.dylib","symbolFilePath":"/usr/lib/system/libsystem_sandbox.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":62,"type":"event","event":"module","body":{"module":{"addressRange":"1B6331000","id":"1B6331000","name":"libsystem_secinit.dylib","path":"/usr/lib/system/libsystem_secinit.dylib","symbolFilePath":"/usr/lib/system/libsystem_secinit.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":63,"type":"event","event":"module","body":{"module":{"addressRange":"1AA997000","id":"1AA997000","name":"libsystem_kernel.dylib","path":"/usr/lib/system/libsystem_kernel.dylib","symbolFilePath":"/usr/lib/system/libsystem_kernel.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":64,"type":"event","event":"module","body":{"module":{"addressRange":"1AAA03000","id":"1AAA03000","name":"libsystem_platform.dylib","path":"/usr/lib/system/libsystem_platform.dylib","symbolFilePath":"/usr/lib/system/libsystem_platform.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":65,"type":"event","event":"module","body":{"module":{"addressRange":"1AA9D1000","id":"1AA9D1000","name":"libsystem_pthread.dylib","path":"/usr/lib/system/libsystem_pthread.dylib","symbolFilePath":"/usr/lib/system/libsystem_pthread.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":66,"type":"event","event":"module","body":{"module":{"addressRange":"1B0E46000","id":"1B0E46000","name":"libsystem_symptoms.dylib","path":"/usr/lib/system/libsystem_symptoms.dylib","symbolFilePath":"/usr/lib/system/libsystem_symptoms.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":67,"type":"event","event":"module","body":{"module":{"addressRange":"1AA752000","id":"1AA752000","name":"libsystem_trace.dylib","path":"/usr/lib/system/libsystem_trace.dylib","symbolFilePath":"/usr/lib/system/libsystem_trace.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":68,"type":"event","event":"module","body":{"module":{"addressRange":"1B630B000","id":"1B630B000","name":"libunwind.dylib","path":"/usr/lib/system/libunwind.dylib","symbolFilePath":"/usr/lib/system/libunwind.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":69,"type":"event","event":"module","body":{"module":{"addressRange":"1AA70E000","id":"1AA70E000","name":"libxpc.dylib","path":"/usr/lib/system/libxpc.dylib","symbolFilePath":"/usr/lib/system/libxpc.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":70,"type":"event","event":"module","body":{"module":{"addressRange":"1AA97B000","id":"1AA97B000","name":"libc++abi.dylib","path":"/usr/lib/libc++abi.dylib","symbolFilePath":"/usr/lib/libc++abi.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":71,"type":"event","event":"module","body":{"module":{"addressRange":"1AA634000","id":"1AA634000","name":"libobjc.A.dylib","path":"/usr/lib/libobjc.A.dylib","symbolFilePath":"/usr/lib/libobjc.A.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":72,"type":"event","event":"module","body":{"module":{"addressRange":"2368D9000","id":"2368D9000","name":"liboah.dylib","path":"/usr/lib/liboah.dylib","symbolFilePath":"/usr/lib/liboah.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":73,"type":"event","event":"module","body":{"module":{"addressRange":"1AA8EE000","id":"1AA8EE000","name":"libc++.1.dylib","path":"/usr/lib/libc++.1.dylib","symbolFilePath":"/usr/lib/libc++.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":74,"type":"event","event":"module","body":{"module":{"addressRange":"1001D8000","id":"1001D8000","name":"libnghttp2.14.dylib","path":"/opt/homebrew/Cellar/libnghttp2/1.53.0/lib/libnghttp2.14.dylib","symbolFilePath":"/opt/homebrew/Cellar/libnghttp2/1.53.0/lib/libnghttp2.14.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":75,"type":"event","event":"module","body":{"module":{"addressRange":"100210000","id":"100210000","name":"libidn2.0.dylib","path":"/opt/homebrew/Cellar/libidn2/2.3.4_1/lib/libidn2.0.dylib","symbolFilePath":"/opt/homebrew/Cellar/libidn2/2.3.4_1/lib/libidn2.0.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":76,"type":"event","event":"module","body":{"module":{"addressRange":"1000B8000","id":"1000B8000","name":"librtmp.1.dylib","path":"/opt/homebrew/Cellar/rtmpdump/2.4+20151223_1/lib/librtmp.1.dylib","symbolFilePath":"/opt/homebrew/Cellar/rtmpdump/2.4+20151223_1/lib/librtmp.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":77,"type":"event","event":"module","body":{"module":{"addressRange":"100544000","id":"100544000","name":"libssh2.1.dylib","path":"/opt/homebrew/Cellar/libssh2/1.10.0/lib/libssh2.1.dylib","symbolFilePath":"/opt/homebrew/Cellar/libssh2/1.10.0/lib/libssh2.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":78,"type":"event","event":"module","body":{"module":{"addressRange":"100588000","id":"100588000","name":"libssl.1.1.dylib","path":"/opt/homebrew/Cellar/[email protected]/1.1.1t/lib/libssl.1.1.dylib","symbolFilePath":"/opt/homebrew/Cellar/[email protected]/1.1.1t/lib/libssl.1.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":79,"type":"event","event":"module","body":{"module":{"addressRange":"1017D4000","id":"1017D4000","name":"libcrypto.1.1.dylib","path":"/opt/homebrew/Cellar/[email protected]/1.1.1t/lib/libcrypto.1.1.dylib","symbolFilePath":"/opt/homebrew/Cellar/[email protected]/1.1.1t/lib/libcrypto.1.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":80,"type":"event","event":"module","body":{"module":{"addressRange":"100604000","id":"100604000","name":"libldap.2.dylib","path":"/opt/homebrew/Cellar/openldap/2.6.4/lib/libldap.2.dylib","symbolFilePath":"/opt/homebrew/Cellar/openldap/2.6.4/lib/libldap.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":81,"type":"event","event":"module","body":{"module":{"addressRange":"1000E0000","id":"1000E0000","name":"liblber.2.dylib","path":"/opt/homebrew/Cellar/openldap/2.6.4/lib/liblber.2.dylib","symbolFilePath":"/opt/homebrew/Cellar/openldap/2.6.4/lib/liblber.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":82,"type":"event","event":"module","body":{"module":{"addressRange":"100A7C000","id":"100A7C000","name":"libzstd.1.5.5.dylib","path":"/opt/homebrew/Cellar/zstd/1.5.5/lib/libzstd.1.5.5.dylib","symbolFilePath":"/opt/homebrew/Cellar/zstd/1.5.5/lib/libzstd.1.5.5.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":83,"type":"event","event":"module","body":{"module":{"addressRange":"100100000","id":"100100000","name":"libbrotlidec.1.0.9.dylib","path":"/opt/homebrew/Cellar/brotli/1.0.9/lib/libbrotlidec.1.0.9.dylib","symbolFilePath":"/opt/homebrew/Cellar/brotli/1.0.9/lib/libbrotlidec.1.0.9.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":84,"type":"event","event":"module","body":{"module":{"addressRange":"1AAA37000","id":"1AAA37000","name":"CoreFoundation","path":"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation","symbolFilePath":"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":85,"type":"event","event":"module","body":{"module":{"addressRange":"1ADADF000","id":"1ADADF000","name":"CoreServicesInternal","path":"/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal","symbolFilePath":"/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":86,"type":"event","event":"module","body":{"module":{"addressRange":"1B6349000","id":"1B6349000","name":"libfakelink.dylib","path":"/usr/lib/libfakelink.dylib","symbolFilePath":"/usr/lib/libfakelink.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":87,"type":"event","event":"module","body":{"module":{"addressRange":"1AD518000","id":"1AD518000","name":"libicucore.A.dylib","path":"/usr/lib/libicucore.A.dylib","symbolFilePath":"/usr/lib/libicucore.A.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":88,"type":"event","event":"module","body":{"module":{"addressRange":"1B634D000","id":"1B634D000","name":"SoftLinking","path":"/System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking","symbolFilePath":"/System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":89,"type":"event","event":"module","body":{"module":{"addressRange":"1ADB5B000","id":"1ADB5B000","name":"IOKit","path":"/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit","symbolFilePath":"/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":90,"type":"event","event":"module","body":{"module":{"addressRange":"1BD6D5000","id":"1BD6D5000","name":"CoreServices","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":91,"type":"event","event":"module","body":{"module":{"addressRange":"1B1AFF000","id":"1B1AFF000","name":"libDiagnosticMessagesClient.dylib","path":"/usr/lib/libDiagnosticMessagesClient.dylib","symbolFilePath":"/usr/lib/libDiagnosticMessagesClient.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":92,"type":"event","event":"module","body":{"module":{"addressRange":"1AF618000","id":"1AF618000","name":"libenergytrace.dylib","path":"/usr/lib/libenergytrace.dylib","symbolFilePath":"/usr/lib/libenergytrace.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":93,"type":"event","event":"module","body":{"module":{"addressRange":"1B5905000","id":"1B5905000","name":"libbsm.0.dylib","path":"/usr/lib/libbsm.0.dylib","symbolFilePath":"/usr/lib/libbsm.0.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":94,"type":"event","event":"module","body":{"module":{"addressRange":"1B628D000","id":"1B628D000","name":"libz.1.dylib","path":"/usr/lib/libz.1.dylib","symbolFilePath":"/usr/lib/libz.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":95,"type":"event","event":"module","body":{"module":{"addressRange":"1B62DD000","id":"1B62DD000","name":"libkxld.dylib","path":"/usr/lib/system/libkxld.dylib","symbolFilePath":"/usr/lib/system/libkxld.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":96,"type":"event","event":"module","body":{"module":{"addressRange":"1AF23B000","id":"1AF23B000","name":"CFNetwork","path":"/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork","symbolFilePath":"/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":97,"type":"event","event":"module","body":{"module":{"addressRange":"1B25E6000","id":"1B25E6000","name":"FSEvents","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":98,"type":"event","event":"module","body":{"module":{"addressRange":"1AD7D7000","id":"1AD7D7000","name":"CarbonCore","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":99,"type":"event","event":"module","body":{"module":{"addressRange":"1B1B42000","id":"1B1B42000","name":"Metadata","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":100,"type":"event","event":"module","body":{"module":{"addressRange":"1B5FD3000","id":"1B5FD3000","name":"OSServices","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":101,"type":"event","event":"module","body":{"module":{"addressRange":"1B650F000","id":"1B650F000","name":"SearchKit","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":102,"type":"event","event":"module","body":{"module":{"addressRange":"1B0DC8000","id":"1B0DC8000","name":"AE","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":103,"type":"event","event":"module","body":{"module":{"addressRange":"1AAF11000","id":"1AAF11000","name":"LaunchServices","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":104,"type":"event","event":"module","body":{"module":{"addressRange":"1B77D8000","id":"1B77D8000","name":"DictionaryServices","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":105,"type":"event","event":"module","body":{"module":{"addressRange":"1B25F3000","id":"1B25F3000","name":"SharedFileList","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":106,"type":"event","event":"module","body":{"module":{"addressRange":"1AD166000","id":"1AD166000","name":"Security","path":"/System/Library/Frameworks/Security.framework/Versions/A/Security","symbolFilePath":"/System/Library/Frameworks/Security.framework/Versions/A/Security","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":107,"type":"event","event":"module","body":{"module":{"addressRange":"1AB69D000","id":"1AB69D000","name":"SystemConfiguration","path":"/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration","symbolFilePath":"/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":108,"type":"event","event":"module","body":{"module":{"addressRange":"1B65AD000","id":"1B65AD000","name":"libapple_nghttp2.dylib","path":"/usr/lib/libapple_nghttp2.dylib","symbolFilePath":"/usr/lib/libapple_nghttp2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":109,"type":"event","event":"module","body":{"module":{"addressRange":"1B65E3000","id":"1B65E3000","name":"libcompression.dylib","path":"/usr/lib/libcompression.dylib","symbolFilePath":"/usr/lib/libcompression.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":110,"type":"event","event":"module","body":{"module":{"addressRange":"1AF237000","id":"1AF237000","name":"libnetwork.dylib","path":"/usr/lib/libnetwork.dylib","symbolFilePath":"/usr/lib/libnetwork.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":111,"type":"event","event":"module","body":{"module":{"addressRange":"1B0A77000","id":"1B0A77000","name":"libsqlite3.dylib","path":"/usr/lib/libsqlite3.dylib","symbolFilePath":"/usr/lib/libsqlite3.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":112,"type":"event","event":"module","body":{"module":{"addressRange":"1AB9D0000","id":"1AB9D0000","name":"Foundation","path":"/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation","symbolFilePath":"/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":113,"type":"event","event":"module","body":{"module":{"addressRange":"1B0E4F000","id":"1B0E4F000","name":"Network","path":"/System/Library/Frameworks/Network.framework/Versions/A/Network","symbolFilePath":"/System/Library/Frameworks/Network.framework/Versions/A/Network","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":114,"type":"event","event":"module","body":{"module":{"addressRange":"236757000","id":"236757000","name":"libCoreEntitlements.dylib","path":"/usr/lib/libCoreEntitlements.dylib","symbolFilePath":"/usr/lib/libCoreEntitlements.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":115,"type":"event","event":"module","body":{"module":{"addressRange":"22283D000","id":"22283D000","name":"MessageSecurity","path":"/System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity","symbolFilePath":"/System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":116,"type":"event","event":"module","body":{"module":{"addressRange":"1B0A5D000","id":"1B0A5D000","name":"ProtocolBuffer","path":"/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer","symbolFilePath":"/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":117,"type":"event","event":"module","body":{"module":{"addressRange":"1AF61A000","id":"1AF61A000","name":"libMobileGestalt.dylib","path":"/usr/lib/libMobileGestalt.dylib","symbolFilePath":"/usr/lib/libMobileGestalt.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":118,"type":"event","event":"module","body":{"module":{"addressRange":"1B5EFB000","id":"1B5EFB000","name":"AppleFSCompression","path":"/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression","symbolFilePath":"/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":119,"type":"event","event":"module","body":{"module":{"addressRange":"1B58ED000","id":"1B58ED000","name":"libcoretls.dylib","path":"/usr/lib/libcoretls.dylib","symbolFilePath":"/usr/lib/libcoretls.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":120,"type":"event","event":"module","body":{"module":{"addressRange":"1B7848000","id":"1B7848000","name":"libcoretls_cfhelpers.dylib","path":"/usr/lib/libcoretls_cfhelpers.dylib","symbolFilePath":"/usr/lib/libcoretls_cfhelpers.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":121,"type":"event","event":"module","body":{"module":{"addressRange":"1B65DD000","id":"1B65DD000","name":"libpam.2.dylib","path":"/usr/lib/libpam.2.dylib","symbolFilePath":"/usr/lib/libpam.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":122,"type":"event","event":"module","body":{"module":{"addressRange":"1B78B3000","id":"1B78B3000","name":"libxar.1.dylib","path":"/usr/lib/libxar.1.dylib","symbolFilePath":"/usr/lib/libxar.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":123,"type":"event","event":"module","body":{"module":{"addressRange":"1B2624000","id":"1B2624000","name":"CoreAutoLayout","path":"/System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout","symbolFilePath":"/System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":124,"type":"event","event":"module","body":{"module":{"addressRange":"1B1BDA000","id":"1B1BDA000","name":"DiskArbitration","path":"/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration","symbolFilePath":"/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":125,"type":"event","event":"module","body":{"module":{"addressRange":"1B6487000","id":"1B6487000","name":"libarchive.2.dylib","path":"/usr/lib/libarchive.2.dylib","symbolFilePath":"/usr/lib/libarchive.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":126,"type":"event","event":"module","body":{"module":{"addressRange":"1B266E000","id":"1B266E000","name":"libxml2.2.dylib","path":"/usr/lib/libxml2.2.dylib","symbolFilePath":"/usr/lib/libxml2.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":127,"type":"event","event":"module","body":{"module":{"addressRange":"1B4D32000","id":"1B4D32000","name":"liblangid.dylib","path":"/usr/lib/liblangid.dylib","symbolFilePath":"/usr/lib/liblangid.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":128,"type":"event","event":"module","body":{"module":{"addressRange":"1BB60F000","id":"1BB60F000","name":"Combine","path":"/System/Library/Frameworks/Combine.framework/Versions/A/Combine","symbolFilePath":"/System/Library/Frameworks/Combine.framework/Versions/A/Combine","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":129,"type":"event","event":"module","body":{"module":{"addressRange":"1B96C9000","id":"1B96C9000","name":"libswiftCore.dylib","path":"/usr/lib/swift/libswiftCore.dylib","symbolFilePath":"/usr/lib/swift/libswiftCore.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":130,"type":"event","event":"module","body":{"module":{"addressRange":"1CD5C1000","id":"1CD5C1000","name":"libswiftCoreFoundation.dylib","path":"/usr/lib/swift/libswiftCoreFoundation.dylib","symbolFilePath":"/usr/lib/swift/libswiftCoreFoundation.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":131,"type":"event","event":"module","body":{"module":{"addressRange":"1CB547000","id":"1CB547000","name":"libswiftDarwin.dylib","path":"/usr/lib/swift/libswiftDarwin.dylib","symbolFilePath":"/usr/lib/swift/libswiftDarwin.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":132,"type":"event","event":"module","body":{"module":{"addressRange":"1BEC1C000","id":"1BEC1C000","name":"libswiftDispatch.dylib","path":"/usr/lib/swift/libswiftDispatch.dylib","symbolFilePath":"/usr/lib/swift/libswiftDispatch.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":133,"type":"event","event":"module","body":{"module":{"addressRange":"1CD5E2000","id":"1CD5E2000","name":"libswiftIOKit.dylib","path":"/usr/lib/swift/libswiftIOKit.dylib","symbolFilePath":"/usr/lib/swift/libswiftIOKit.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":134,"type":"event","event":"module","body":{"module":{"addressRange":"1C11CB000","id":"1C11CB000","name":"libswiftObjectiveC.dylib","path":"/usr/lib/swift/libswiftObjectiveC.dylib","symbolFilePath":"/usr/lib/swift/libswiftObjectiveC.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":135,"type":"event","event":"module","body":{"module":{"addressRange":"1CD5D5000","id":"1CD5D5000","name":"libswiftXPC.dylib","path":"/usr/lib/swift/libswiftXPC.dylib","symbolFilePath":"/usr/lib/swift/libswiftXPC.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":136,"type":"event","event":"module","body":{"module":{"addressRange":"237662000","id":"237662000","name":"libswift_Concurrency.dylib","path":"/usr/lib/swift/libswift_Concurrency.dylib","symbolFilePath":"/usr/lib/swift/libswift_Concurrency.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":137,"type":"event","event":"module","body":{"module":{"addressRange":"2377B0000","id":"2377B0000","name":"libswift_StringProcessing.dylib","path":"/usr/lib/swift/libswift_StringProcessing.dylib","symbolFilePath":"/usr/lib/swift/libswift_StringProcessing.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":138,"type":"event","event":"module","body":{"module":{"addressRange":"1C11CF000","id":"1C11CF000","name":"libswiftos.dylib","path":"/usr/lib/swift/libswiftos.dylib","symbolFilePath":"/usr/lib/swift/libswiftos.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":139,"type":"event","event":"module","body":{"module":{"addressRange":"1B4D2E000","id":"1B4D2E000","name":"AppleSystemInfo","path":"/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo","symbolFilePath":"/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":140,"type":"event","event":"module","body":{"module":{"addressRange":"1B55E5000","id":"1B55E5000","name":"IOMobileFramebuffer","path":"/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer","symbolFilePath":"/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":141,"type":"event","event":"module","body":{"module":{"addressRange":"1B3DEA000","id":"1B3DEA000","name":"IOSurface","path":"/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface","symbolFilePath":"/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":142,"type":"event","event":"module","body":{"module":{"addressRange":"1B634E000","id":"1B634E000","name":"libpcap.A.dylib","path":"/usr/lib/libpcap.A.dylib","symbolFilePath":"/usr/lib/libpcap.A.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":143,"type":"event","event":"module","body":{"module":{"addressRange":"1B0E3C000","id":"1B0E3C000","name":"libdns_services.dylib","path":"/usr/lib/libdns_services.dylib","symbolFilePath":"/usr/lib/libdns_services.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":144,"type":"event","event":"module","body":{"module":{"addressRange":"1B782F000","id":"1B782F000","name":"liblzma.5.dylib","path":"/usr/lib/liblzma.5.dylib","symbolFilePath":"/usr/lib/liblzma.5.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":145,"type":"event","event":"module","body":{"module":{"addressRange":"1B5FC0000","id":"1B5FC0000","name":"libbz2.1.0.dylib","path":"/usr/lib/libbz2.1.0.dylib","symbolFilePath":"/usr/lib/libbz2.1.0.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":146,"type":"event","event":"module","body":{"module":{"addressRange":"1B6383000","id":"1B6383000","name":"libiconv.2.dylib","path":"/usr/lib/libiconv.2.dylib","symbolFilePath":"/usr/lib/libiconv.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":147,"type":"event","event":"module","body":{"module":{"addressRange":"1B62D6000","id":"1B62D6000","name":"libcharset.1.dylib","path":"/usr/lib/libcharset.1.dylib","symbolFilePath":"/usr/lib/libcharset.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":148,"type":"event","event":"module","body":{"module":{"addressRange":"237700000","id":"237700000","name":"libswift_RegexParser.dylib","path":"/usr/lib/swift/libswift_RegexParser.dylib","symbolFilePath":"/usr/lib/swift/libswift_RegexParser.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":149,"type":"event","event":"module","body":{"module":{"addressRange":"1B7C82000","id":"1B7C82000","name":"libheimdal-asn1.dylib","path":"/usr/lib/libheimdal-asn1.dylib","symbolFilePath":"/usr/lib/libheimdal-asn1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":150,"type":"event","event":"module","body":{"module":{"addressRange":"1B58E1000","id":"1B58E1000","name":"libCheckFix.dylib","path":"/usr/lib/libCheckFix.dylib","symbolFilePath":"/usr/lib/libCheckFix.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":151,"type":"event","event":"module","body":{"module":{"addressRange":"1AF699000","id":"1AF699000","name":"TCC","path":"/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC","symbolFilePath":"/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":152,"type":"event","event":"module","body":{"module":{"addressRange":"1B4D34000","id":"1B4D34000","name":"CoreNLP","path":"/System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP","symbolFilePath":"/System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":153,"type":"event","event":"module","body":{"module":{"addressRange":"1B1B01000","id":"1B1B01000","name":"MetadataUtilities","path":"/System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities","symbolFilePath":"/System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":154,"type":"event","event":"module","body":{"module":{"addressRange":"1BD985000","id":"1BD985000","name":"Accelerate","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate","symbolStatus":"Symbols not found"},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":155,"type":"event","event":"module","body":{"module":{"addressRange":"1B5917000","id":"1B5917000","name":"libmecab.dylib","path":"/usr/lib/libmecab.dylib","symbolFilePath":"/usr/lib/libmecab.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":156,"type":"event","event":"module","body":{"module":{"addressRange":"1AB727000","id":"1AB727000","name":"libCRFSuite.dylib","path":"/usr/lib/libCRFSuite.dylib","symbolFilePath":"/usr/lib/libCRFSuite.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":157,"type":"event","event":"module","body":{"module":{"addressRange":"1B5973000","id":"1B5973000","name":"libgermantok.dylib","path":"/usr/lib/libgermantok.dylib","symbolFilePath":"/usr/lib/libgermantok.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":158,"type":"event","event":"module","body":{"module":{"addressRange":"1B6586000","id":"1B6586000","name":"libThaiTokenizer.dylib","path":"/usr/lib/libThaiTokenizer.dylib","symbolFilePath":"/usr/lib/libThaiTokenizer.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":159,"type":"event","event":"module","body":{"module":{"addressRange":"1B1BE3000","id":"1B1BE3000","name":"vImage","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":160,"type":"event","event":"module","body":{"module":{"addressRange":"1BD6AC000","id":"1BD6AC000","name":"vecLib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib","symbolStatus":"Symbols not found"},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":161,"type":"event","event":"module","body":{"module":{"addressRange":"1B78F9000","id":"1B78F9000","name":"libvMisc.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":162,"type":"event","event":"module","body":{"module":{"addressRange":"1B54E4000","id":"1B54E4000","name":"libvDSP.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":163,"type":"event","event":"module","body":{"module":{"addressRange":"1AB2C8000","id":"1AB2C8000","name":"libBLAS.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":164,"type":"event","event":"module","body":{"module":{"addressRange":"1B66B8000","id":"1B66B8000","name":"libLAPACK.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":165,"type":"event","event":"module","body":{"module":{"addressRange":"1B5976000","id":"1B5976000","name":"libLinearAlgebra.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":166,"type":"event","event":"module","body":{"module":{"addressRange":"1B66B3000","id":"1B66B3000","name":"libQuadrature.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":167,"type":"event","event":"module","body":{"module":{"addressRange":"1B4E29000","id":"1B4E29000","name":"libBNNS.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":168,"type":"event","event":"module","body":{"module":{"addressRange":"1B784A000","id":"1B784A000","name":"APFS","path":"/System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS","symbolFilePath":"/System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":169,"type":"event","event":"module","body":{"module":{"addressRange":"1B78C2000","id":"1B78C2000","name":"libutil.dylib","path":"/usr/lib/libutil.dylib","symbolFilePath":"/usr/lib/libutil.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":170,"type":"event","event":"module","body":{"module":{"addressRange":"2208C1000","id":"2208C1000","name":"InstalledContentLibrary","path":"/System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary","symbolFilePath":"/System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":171,"type":"event","event":"module","body":{"module":{"addressRange":"1ADB1E000","id":"1ADB1E000","name":"CoreServicesStore","path":"/System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore","symbolFilePath":"/System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":172,"type":"event","event":"module","body":{"module":{"addressRange":"1B261D000","id":"1B261D000","name":"libapp_launch_measurement.dylib","path":"/usr/lib/libapp_launch_measurement.dylib","symbolFilePath":"/usr/lib/libapp_launch_measurement.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":173,"type":"event","event":"module","body":{"module":{"addressRange":"217673000","id":"217673000","name":"AppleMobileFileIntegrity","path":"/System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity","symbolFilePath":"/System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":174,"type":"event","event":"module","body":{"module":{"addressRange":"1CD5A1000","id":"1CD5A1000","name":"libmis.dylib","path":"/usr/lib/libmis.dylib","symbolFilePath":"/usr/lib/libmis.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":175,"type":"event","event":"module","body":{"module":{"addressRange":"1DB735000","id":"1DB735000","name":"MobileSystemServices","path":"/System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices","symbolFilePath":"/System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":176,"type":"event","event":"module","body":{"module":{"addressRange":"1F69DE000","id":"1F69DE000","name":"ConfigProfileHelper","path":"/System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper","symbolFilePath":"/System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":177,"type":"event","event":"module","body":{"module":{"addressRange":"1B1AD1000","id":"1B1AD1000","name":"CoreAnalytics","path":"/System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics","symbolFilePath":"/System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":178,"type":"event","event":"module","body":{"module":{"addressRange":"1B6588000","id":"1B6588000","name":"AppleSauce","path":"/System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce","symbolFilePath":"/System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":179,"type":"event","event":"module","body":{"module":{"addressRange":"1AC396000","id":"1AC396000","name":"LanguageModeling","path":"/System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling","symbolFilePath":"/System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":180,"type":"event","event":"module","body":{"module":{"addressRange":"1B78C6000","id":"1B78C6000","name":"libxslt.1.dylib","path":"/usr/lib/libxslt.1.dylib","symbolFilePath":"/usr/lib/libxslt.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":181,"type":"event","event":"module","body":{"module":{"addressRange":"1B6475000","id":"1B6475000","name":"libcmph.dylib","path":"/usr/lib/libcmph.dylib","symbolFilePath":"/usr/lib/libcmph.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":182,"type":"event","event":"module","body":{"module":{"addressRange":"1B55D2000","id":"1B55D2000","name":"CoreEmoji","path":"/System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji","symbolFilePath":"/System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":183,"type":"event","event":"module","body":{"module":{"addressRange":"1B4E23000","id":"1B4E23000","name":"LinguisticData","path":"/System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData","symbolFilePath":"/System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData","symbolStatus":"Symbols loaded."},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":184,"type":"event","event":"module","body":{"module":{"addressRange":"1AB5ED000","id":"1AB5ED000","name":"Lexicon","path":"/System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon","symbolFilePath":"/System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":185,"type":"event","event":"module","body":{"module":{"addressRange":"1B58AE000","id":"1B58AE000","name":"BackgroundTaskManagement","path":"/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement","symbolFilePath":"/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":186,"type":"event","event":"module","body":{"module":{"addressRange":"2368FA000","id":"2368FA000","name":"libTLE.dylib","path":"/usr/lib/libTLE.dylib","symbolFilePath":"/usr/lib/libTLE.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":187,"type":"event","event":"module","body":{"module":{"addressRange":"102C3C000","id":"102C3C000","name":"libunistring.5.dylib","path":"/opt/homebrew/Cellar/libunistring/1.1/lib/libunistring.5.dylib","symbolFilePath":"/opt/homebrew/Cellar/libunistring/1.1/lib/libunistring.5.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":188,"type":"event","event":"module","body":{"module":{"addressRange":"100250000","id":"100250000","name":"libintl.8.dylib","path":"/opt/homebrew/Cellar/gettext/0.21.1/lib/libintl.8.dylib","symbolFilePath":"/opt/homebrew/Cellar/gettext/0.21.1/lib/libintl.8.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":189,"type":"event","event":"module","body":{"module":{"addressRange":"1B8240000","id":"1B8240000","name":"Heimdal","path":"/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal","symbolFilePath":"/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":190,"type":"event","event":"module","body":{"module":{"addressRange":"1C114D000","id":"1C114D000","name":"libHeimdalProxy.dylib","path":"/System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib","symbolStatus":"Symbols not found"},"reason":"new"}}
[ERROR codelldb::debug_session] [505] no available capacity
[DEBUG codelldb::dap_codec] <-- {"seq":191,"type":"event","event":"module","body":{"module":{"addressRange":"1B9F36000","id":"1B9F36000","name":"libresolv.9.dylib","path":"/usr/lib/libresolv.9.dylib","symbolFilePath":"/usr/lib/libresolv.9.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":192,"type":"event","event":"module","body":{"module":{"addressRange":"1009C0000","id":"1009C0000","name":"libfontconfig.1.dylib","path":"/opt/homebrew/Cellar/fontconfig/2.14.2/lib/libfontconfig.1.dylib","symbolFilePath":"/opt/homebrew/Cellar/fontconfig/2.14.2/lib/libfontconfig.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":193,"type":"event","event":"module","body":{"module":{"addressRange":"100298000","id":"100298000","name":"libSDL2_image-2.0.0.dylib","path":"/opt/homebrew/Cellar/sdl2_image/2.6.3_1/lib/libSDL2_image-2.0.0.dylib","symbolFilePath":"/opt/homebrew/Cellar/sdl2_image/2.6.3_1/lib/libSDL2_image-2.0.0.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":194,"type":"event","event":"module","body":{"module":{"addressRange":"101F7C000","id":"101F7C000","name":"libSDL2-2.0.0.dylib","path":"/opt/homebrew/Cellar/sdl2/2.26.5/lib/libSDL2-2.0.0.dylib","symbolFilePath":"/opt/homebrew/Cellar/sdl2/2.26.5/lib/libSDL2-2.0.0.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":195,"type":"event","event":"module","body":{"module":{"addressRange":"1ADC9B000","id":"1ADC9B000","name":"AppKit","path":"/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit","symbolFilePath":"/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":196,"type":"event","event":"module","body":{"module":{"addressRange":"1AEBAA000","id":"1AEBAA000","name":"UIFoundation","path":"/System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation","symbolFilePath":"/System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":197,"type":"event","event":"module","body":{"module":{"addressRange":"218CCE000","id":"218CCE000","name":"CollectionViewCore","path":"/System/Library/PrivateFrameworks/CollectionViewCore.framework/Versions/A/CollectionViewCore","symbolFilePath":"/System/Library/PrivateFrameworks/CollectionViewCore.framework/Versions/A/CollectionViewCore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":198,"type":"event","event":"module","body":{"module":{"addressRange":"1B4605000","id":"1B4605000","name":"XCTTargetBootstrap","path":"/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap","symbolFilePath":"/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":199,"type":"event","event":"module","body":{"module":{"addressRange":"1B8D55000","id":"1B8D55000","name":"InternationalSupport","path":"/System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport","symbolFilePath":"/System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":200,"type":"event","event":"module","body":{"module":{"addressRange":"1B8DDC000","id":"1B8DDC000","name":"UserActivity","path":"/System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity","symbolFilePath":"/System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":201,"type":"event","event":"module","body":{"module":{"addressRange":"230BFB000","id":"230BFB000","name":"WindowManagement","path":"/System/Library/PrivateFrameworks/WindowManagement.framework/Versions/A/WindowManagement","symbolFilePath":"/System/Library/PrivateFrameworks/WindowManagement.framework/Versions/A/WindowManagement","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":202,"type":"event","event":"module","body":{"module":{"addressRange":"1B823B000","id":"1B823B000","name":"libspindump.dylib","path":"/usr/lib/libspindump.dylib","symbolFilePath":"/usr/lib/libspindump.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":203,"type":"event","event":"module","body":{"module":{"addressRange":"1AED50000","id":"1AED50000","name":"UniformTypeIdentifiers","path":"/System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers","symbolFilePath":"/System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":204,"type":"event","event":"module","body":{"module":{"addressRange":"1B0696000","id":"1B0696000","name":"CoreData","path":"/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData","symbolFilePath":"/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":205,"type":"event","event":"module","body":{"module":{"addressRange":"1B3E0C000","id":"1B3E0C000","name":"Metal","path":"/System/Library/Frameworks/Metal.framework/Versions/A/Metal","symbolFilePath":"/System/Library/Frameworks/Metal.framework/Versions/A/Metal","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":206,"type":"event","event":"module","body":{"module":{"addressRange":"1B460B000","id":"1B460B000","name":"CoreSVG","path":"/System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG","symbolFilePath":"/System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":207,"type":"event","event":"module","body":{"module":{"addressRange":"1AF6B7000","id":"1AF6B7000","name":"SkyLight","path":"/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight","symbolFilePath":"/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":208,"type":"event","event":"module","body":{"module":{"addressRange":"1B7CA8000","id":"1B7CA8000","name":"IconServices","path":"/System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices","symbolFilePath":"/System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":209,"type":"event","event":"module","body":{"module":{"addressRange":"1C0D95000","id":"1C0D95000","name":"ApplicationServices","path":"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices","symbolFilePath":"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":210,"type":"event","event":"module","body":{"module":{"addressRange":"1B45ED000","id":"1B45ED000","name":"DFRFoundation","path":"/System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation","symbolFilePath":"/System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":211,"type":"event","event":"module","body":{"module":{"addressRange":"1B9CE9000","id":"1B9CE9000","name":"AudioToolbox","path":"/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox","symbolFilePath":"/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":212,"type":"event","event":"module","body":{"module":{"addressRange":"1B8D60000","id":"1B8D60000","name":"DataDetectorsCore","path":"/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore","symbolFilePath":"/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":213,"type":"event","event":"module","body":{"module":{"addressRange":"1D0534000","id":"1D0534000","name":"TextInput","path":"/System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput","symbolFilePath":"/System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":214,"type":"event","event":"module","body":{"module":{"addressRange":"1B42B9000","id":"1B42B9000","name":"HIToolbox","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":215,"type":"event","event":"module","body":{"module":{"addressRange":"1B1F8C000","id":"1B1F8C000","name":"QuartzCore","path":"/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore","symbolFilePath":"/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":216,"type":"event","event":"module","body":{"module":{"addressRange":"1B235C000","id":"1B235C000","name":"CoreUI","path":"/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI","symbolFilePath":"/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":217,"type":"event","event":"module","body":{"module":{"addressRange":"1B867C000","id":"1B867C000","name":"MultitouchSupport","path":"/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport","symbolFilePath":"/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":218,"type":"event","event":"module","body":{"module":{"addressRange":"20EC20000","id":"20EC20000","name":"OpenGL","path":"/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL","symbolFilePath":"/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":219,"type":"event","event":"module","body":{"module":{"addressRange":"1B57E6000","id":"1B57E6000","name":"MobileKeyBag","path":"/System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag","symbolFilePath":"/System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":220,"type":"event","event":"module","body":{"module":{"addressRange":"1B4947000","id":"1B4947000","name":"CoreImage","path":"/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage","symbolFilePath":"/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":221,"type":"event","event":"module","body":{"module":{"addressRange":"1B7C67000","id":"1B7C67000","name":"libexpat.1.dylib","path":"/usr/lib/libexpat.1.dylib","symbolFilePath":"/usr/lib/libexpat.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":222,"type":"event","event":"module","body":{"module":{"addressRange":"1B8B13000","id":"1B8B13000","name":"libPng.dylib","path":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib","symbolFilePath":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":223,"type":"event","event":"module","body":{"module":{"addressRange":"1B8B3E000","id":"1B8B3E000","name":"libTIFF.dylib","path":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib","symbolFilePath":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":224,"type":"event","event":"module","body":{"module":{"addressRange":"1B8C26000","id":"1B8C26000","name":"libGIF.dylib","path":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib","symbolFilePath":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":225,"type":"event","event":"module","body":{"module":{"addressRange":"1B8587000","id":"1B8587000","name":"libJP2.dylib","path":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib","symbolFilePath":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":226,"type":"event","event":"module","body":{"module":{"addressRange":"1B8BCB000","id":"1B8BCB000","name":"libJPEG.dylib","path":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib","symbolFilePath":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":227,"type":"event","event":"module","body":{"module":{"addressRange":"1B8BC2000","id":"1B8BC2000","name":"libRadiance.dylib","path":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib","symbolFilePath":"/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":228,"type":"event","event":"module","body":{"module":{"addressRange":"1B4146000","id":"1B4146000","name":"libFontParser.dylib","path":"/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib","symbolFilePath":"/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":229,"type":"event","event":"module","body":{"module":{"addressRange":"1C370E000","id":"1C370E000","name":"IOSurfaceAccelerator","path":"/System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator","symbolFilePath":"/System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":230,"type":"event","event":"module","body":{"module":{"addressRange":"1AC512000","id":"1AC512000","name":"CoreDisplay","path":"/System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay","symbolFilePath":"/System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":231,"type":"event","event":"module","body":{"module":{"addressRange":"1B401D000","id":"1B401D000","name":"CoreMedia","path":"/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia","symbolFilePath":"/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":232,"type":"event","event":"module","body":{"module":{"addressRange":"1B65DB000","id":"1B65DB000","name":"MetalPerformanceShaders","path":"/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders","symbolFilePath":"/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":233,"type":"event","event":"module","body":{"module":{"addressRange":"1B86B9000","id":"1B86B9000","name":"VideoToolbox","path":"/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox","symbolFilePath":"/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":234,"type":"event","event":"module","body":{"module":{"addressRange":"1B0CA6000","id":"1B0CA6000","name":"BaseBoard","path":"/System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard","symbolFilePath":"/System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":235,"type":"event","event":"module","body":{"module":{"addressRange":"1B8BBD000","id":"1B8BBD000","name":"GPUWrangler","path":"/System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler","symbolFilePath":"/System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":236,"type":"event","event":"module","body":{"module":{"addressRange":"1B8B9D000","id":"1B8B9D000","name":"IOPresentment","path":"/System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment","symbolFilePath":"/System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":237,"type":"event","event":"module","body":{"module":{"addressRange":"1B8BC5000","id":"1B8BC5000","name":"DSExternalDisplay","path":"/System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay","symbolFilePath":"/System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":238,"type":"event","event":"module","body":{"module":{"addressRange":"21CF6D000","id":"21CF6D000","name":"libllvm-flatbuffers.dylib","path":"/System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libllvm-flatbuffers.dylib","symbolFilePath":"/System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libllvm-flatbuffers.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":239,"type":"event","event":"module","body":{"module":{"addressRange":"20EC13000","id":"20EC13000","name":"libCoreFSCache.dylib","path":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib","symbolFilePath":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":240,"type":"event","event":"module","body":{"module":{"addressRange":"21CF69000","id":"21CF69000","name":"libGPUCompilerUtils.dylib","path":"/System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libGPUCompilerUtils.dylib","symbolFilePath":"/System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libGPUCompilerUtils.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":241,"type":"event","event":"module","body":{"module":{"addressRange":"1B8C2C000","id":"1B8C2C000","name":"CMCaptureCore","path":"/System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore","symbolFilePath":"/System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":242,"type":"event","event":"module","body":{"module":{"addressRange":"21159D000","id":"21159D000","name":"ExtensionFoundation","path":"/System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation","symbolFilePath":"/System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":243,"type":"event","event":"module","body":{"module":{"addressRange":"1BF3D7000","id":"1BF3D7000","name":"CoreTime","path":"/System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime","symbolFilePath":"/System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":244,"type":"event","event":"module","body":{"module":{"addressRange":"1B8226000","id":"1B8226000","name":"AppServerSupport","path":"/System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport","symbolFilePath":"/System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":245,"type":"event","event":"module","body":{"module":{"addressRange":"1AC632000","id":"1AC632000","name":"AudioToolboxCore","path":"/System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore","symbolFilePath":"/System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":246,"type":"event","event":"module","body":{"module":{"addressRange":"1B3FF4000","id":"1B3FF4000","name":"caulk","path":"/System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk","symbolFilePath":"/System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":247,"type":"event","event":"module","body":{"module":{"addressRange":"1B9E84000","id":"1B9E84000","name":"libAudioStatistics.dylib","path":"/usr/lib/libAudioStatistics.dylib","symbolFilePath":"/usr/lib/libAudioStatistics.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":248,"type":"event","event":"module","body":{"module":{"addressRange":"1CC9E8000","id":"1CC9E8000","name":"SystemPolicy","path":"/System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy","symbolFilePath":"/System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":249,"type":"event","event":"module","body":{"module":{"addressRange":"1BA122000","id":"1BA122000","name":"libSMC.dylib","path":"/usr/lib/libSMC.dylib","symbolFilePath":"/usr/lib/libSMC.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":250,"type":"event","event":"module","body":{"module":{"addressRange":"1C2E2E000","id":"1C2E2E000","name":"CoreMIDI","path":"/System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI","symbolFilePath":"/System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":251,"type":"event","event":"module","body":{"module":{"addressRange":"1B8AE0000","id":"1B8AE0000","name":"libAudioToolboxUtility.dylib","path":"/usr/lib/libAudioToolboxUtility.dylib","symbolFilePath":"/usr/lib/libAudioToolboxUtility.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":252,"type":"event","event":"module","body":{"module":{"addressRange":"1C868B000","id":"1C868B000","name":"OSAServicesClient","path":"/System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient","symbolFilePath":"/System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":253,"type":"event","event":"module","body":{"module":{"addressRange":"1BA5D9000","id":"1BA5D9000","name":"libperfcheck.dylib","path":"/usr/lib/libperfcheck.dylib","symbolFilePath":"/usr/lib/libperfcheck.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":254,"type":"event","event":"module","body":{"module":{"addressRange":"1B580E000","id":"1B580E000","name":"AssertionServices","path":"/System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices","symbolFilePath":"/System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":255,"type":"event","event":"module","body":{"module":{"addressRange":"20EC75000","id":"20EC75000","name":"libGLU.dylib","path":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib","symbolFilePath":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":256,"type":"event","event":"module","body":{"module":{"addressRange":"1C2034000","id":"1C2034000","name":"ASEProcessing","path":"/System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing","symbolFilePath":"/System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":257,"type":"event","event":"module","body":{"module":{"addressRange":"21CE8B000","id":"21CE8B000","name":"libXTFontStaticRegistryData.dylib","path":"/System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib","symbolFilePath":"/System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":258,"type":"event","event":"module","body":{"module":{"addressRange":"22F7CF000","id":"22F7CF000","name":"VideoToolboxParavirtualizationSupport","path":"/System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/Versions/A/VideoToolboxParavirtualizationSupport","symbolFilePath":"/System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/Versions/A/VideoToolboxParavirtualizationSupport","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":259,"type":"event","event":"module","body":{"module":{"addressRange":"1B7C1B000","id":"1B7C1B000","name":"AppleVA","path":"/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA","symbolFilePath":"/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":260,"type":"event","event":"module","body":{"module":{"addressRange":"1BE2E5000","id":"1BE2E5000","name":"PowerLog","path":"/System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog","symbolFilePath":"/System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":261,"type":"event","event":"module","body":{"module":{"addressRange":"1BE226000","id":"1BE226000","name":"CoreBluetooth","path":"/System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth","symbolFilePath":"/System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":262,"type":"event","event":"module","body":{"module":{"addressRange":"1C114E000","id":"1C114E000","name":"AudioUnit","path":"/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit","symbolStatus":"Symbols not found"},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":263,"type":"event","event":"module","body":{"module":{"addressRange":"1B5671000","id":"1B5671000","name":"CoreUtils","path":"/System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils","symbolFilePath":"/System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":264,"type":"event","event":"module","body":{"module":{"addressRange":"21B75E000","id":"21B75E000","name":"CoreUtilsExtras","path":"/System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras","symbolFilePath":"/System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":265,"type":"event","event":"module","body":{"module":{"addressRange":"220757000","id":"220757000","name":"IO80211","path":"/System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211","symbolFilePath":"/System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":266,"type":"event","event":"module","body":{"module":{"addressRange":"1B7C8D000","id":"1B7C8D000","name":"IconFoundation","path":"/System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation","symbolFilePath":"/System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":267,"type":"event","event":"module","body":{"module":{"addressRange":"1BD2D6000","id":"1BD2D6000","name":"SpeechRecognitionCore","path":"/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore","symbolFilePath":"/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":268,"type":"event","event":"module","body":{"module":{"addressRange":"100694000","id":"100694000","name":"libpng16.16.dylib","path":"/opt/homebrew/Cellar/libpng/1.6.39/lib/libpng16.16.dylib","symbolFilePath":"/opt/homebrew/Cellar/libpng/1.6.39/lib/libpng16.16.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":269,"type":"event","event":"module","body":{"module":{"addressRange":"100B3C000","id":"100B3C000","name":"libjpeg.8.2.2.dylib","path":"/opt/homebrew/Cellar/jpeg-turbo/2.1.5.1/lib/libjpeg.8.2.2.dylib","symbolFilePath":"/opt/homebrew/Cellar/jpeg-turbo/2.1.5.1/lib/libjpeg.8.2.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":270,"type":"event","event":"module","body":{"module":{"addressRange":"101A6C000","id":"101A6C000","name":"libtiff.6.dylib","path":"/opt/homebrew/Cellar/libtiff/4.5.0/lib/libtiff.6.dylib","symbolFilePath":"/opt/homebrew/Cellar/libtiff/4.5.0/lib/libtiff.6.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":271,"type":"event","event":"module","body":{"module":{"addressRange":"100660000","id":"100660000","name":"libavif.15.0.1.dylib","path":"/opt/homebrew/Cellar/libavif/0.11.1/lib/libavif.15.0.1.dylib","symbolFilePath":"/opt/homebrew/Cellar/libavif/0.11.1/lib/libavif.15.0.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":272,"type":"event","event":"module","body":{"module":{"addressRange":"1019F0000","id":"1019F0000","name":"libwebp.7.1.6.dylib","path":"/opt/homebrew/Cellar/webp/1.3.0_1/lib/libwebp.7.1.6.dylib","symbolFilePath":"/opt/homebrew/Cellar/webp/1.3.0_1/lib/libwebp.7.1.6.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":273,"type":"event","event":"module","body":{"module":{"addressRange":"100074000","id":"100074000","name":"libsharpyuv.0.0.0.dylib","path":"/opt/homebrew/Cellar/webp/1.3.0_1/lib/libsharpyuv.0.0.0.dylib","symbolFilePath":"/opt/homebrew/Cellar/webp/1.3.0_1/lib/libsharpyuv.0.0.0.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":274,"type":"event","event":"module","body":{"module":{"addressRange":"100A24000","id":"100A24000","name":"libhwy.1.0.4.dylib","path":"/opt/homebrew/Cellar/highway/1.0.4/lib/libhwy.1.0.4.dylib","symbolFilePath":"/opt/homebrew/Cellar/highway/1.0.4/lib/libhwy.1.0.4.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":275,"type":"event","event":"module","body":{"module":{"addressRange":"101E94000","id":"101E94000","name":"libbrotlienc.1.0.9.dylib","path":"/opt/homebrew/Cellar/brotli/1.0.9/lib/libbrotlienc.1.0.9.dylib","symbolFilePath":"/opt/homebrew/Cellar/brotli/1.0.9/lib/libbrotlienc.1.0.9.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":276,"type":"event","event":"module","body":{"module":{"addressRange":"102DF4000","id":"102DF4000","name":"liblcms2.2.dylib","path":"/opt/homebrew/Cellar/little-cms2/2.14_1/lib/liblcms2.2.dylib","symbolFilePath":"/opt/homebrew/Cellar/little-cms2/2.14_1/lib/liblcms2.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":277,"type":"event","event":"module","body":{"module":{"addressRange":"103114000","id":"103114000","name":"libvmaf.1.dylib","path":"/opt/homebrew/Cellar/libvmaf/2.3.1/lib/libvmaf.1.dylib","symbolFilePath":"/opt/homebrew/Cellar/libvmaf/2.3.1/lib/libvmaf.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":278,"type":"event","event":"module","body":{"module":{"addressRange":"21D95F000","id":"21D95F000","name":"GameControllerFoundation","path":"/System/Library/PrivateFrameworks/GameControllerFoundation.framework/Versions/A/GameControllerFoundation","symbolFilePath":"/System/Library/PrivateFrameworks/GameControllerFoundation.framework/Versions/A/GameControllerFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":279,"type":"event","event":"module","body":{"module":{"addressRange":"21D9C2000","id":"21D9C2000","name":"GameControllerSettings","path":"/System/Library/PrivateFrameworks/GameControllerSettings.framework/Versions/A/GameControllerSettings","symbolFilePath":"/System/Library/PrivateFrameworks/GameControllerSettings.framework/Versions/A/GameControllerSettings","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":280,"type":"event","event":"module","body":{"module":{"addressRange":"1D2810000","id":"1D2810000","name":"ExternalAccessory","path":"/System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory","symbolFilePath":"/System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":281,"type":"event","event":"module","body":{"module":{"addressRange":"1B6172000","id":"1B6172000","name":"UserNotifications","path":"/System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications","symbolFilePath":"/System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":282,"type":"event","event":"module","body":{"module":{"addressRange":"1DB2CA000","id":"1DB2CA000","name":"libswiftAppKit.dylib","path":"/usr/lib/swift/libswiftAppKit.dylib","symbolFilePath":"/usr/lib/swift/libswiftAppKit.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":283,"type":"event","event":"module","body":{"module":{"addressRange":"1CD5E1000","id":"1CD5E1000","name":"libswiftCoreImage.dylib","path":"/usr/lib/swift/libswiftCoreImage.dylib","symbolFilePath":"/usr/lib/swift/libswiftCoreImage.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":284,"type":"event","event":"module","body":{"module":{"addressRange":"1DB2EF000","id":"1DB2EF000","name":"libswiftQuartzCore.dylib","path":"/usr/lib/swift/libswiftQuartzCore.dylib","symbolFilePath":"/usr/lib/swift/libswiftQuartzCore.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":285,"type":"event","event":"module","body":{"module":{"addressRange":"1D049A000","id":"1D049A000","name":"libswiftsimd.dylib","path":"/usr/lib/swift/libswiftsimd.dylib","symbolFilePath":"/usr/lib/swift/libswiftsimd.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":286,"type":"event","event":"module","body":{"module":{"addressRange":"1D2829000","id":"1D2829000","name":"IAP","path":"/System/Library/PrivateFrameworks/IAP.framework/Versions/A/IAP","symbolFilePath":"/System/Library/PrivateFrameworks/IAP.framework/Versions/A/IAP","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":287,"type":"event","event":"module","body":{"module":{"addressRange":"1BEF00000","id":"1BEF00000","name":"BoardServices","path":"/System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices","symbolFilePath":"/System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":288,"type":"event","event":"module","body":{"module":{"addressRange":"1BD651000","id":"1BD651000","name":"Accessibility","path":"/System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility","symbolFilePath":"/System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":289,"type":"event","event":"module","body":{"module":{"addressRange":"1BD9D0000","id":"1BD9D0000","name":"MediaAccessibility","path":"/System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility","symbolFilePath":"/System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":290,"type":"event","event":"module","body":{"module":{"addressRange":"1EB982000","id":"1EB982000","name":"ForceFeedback","path":"/System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback","symbolFilePath":"/System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":291,"type":"event","event":"module","body":{"module":{"addressRange":"1C2F65000","id":"1C2F65000","name":"Cocoa","path":"/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa","symbolFilePath":"/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":292,"type":"event","event":"module","body":{"module":{"addressRange":"1CC3E5000","id":"1CC3E5000","name":"Carbon","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":293,"type":"event","event":"module","body":{"module":{"addressRange":"1C4C9F000","id":"1C4C9F000","name":"CommonPanels","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":294,"type":"event","event":"module","body":{"module":{"addressRange":"1C0ABE000","id":"1C0ABE000","name":"Help","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":295,"type":"event","event":"module","body":{"module":{"addressRange":"1C4CA3000","id":"1C4CA3000","name":"ImageCapture","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":296,"type":"event","event":"module","body":{"module":{"addressRange":"1C4C77000","id":"1C4C77000","name":"OpenScripting","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":297,"type":"event","event":"module","body":{"module":{"addressRange":"1C4C9B000","id":"1C4C9B000","name":"Ink","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":298,"type":"event","event":"module","body":{"module":{"addressRange":"1CC3E1000","id":"1CC3E1000","name":"Print","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":299,"type":"event","event":"module","body":{"module":{"addressRange":"1C4C97000","id":"1C4C97000","name":"SecurityHI","path":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI","symbolFilePath":"/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x103179568 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {FileProvider, Accounts, UserManagement, GenerationalStorage, CoreSymbolication, SymptomDiagnosticReporter, DesktopServicesPriv, libsandbox.1.dylib, DebugSymbols, NetAuth, Sharing, loginsupport, Apple80211, AuthKit, CoreWLAN, CoreWiFi, WiFiPeerToPeer, FrontBoardServices, BackBoardServices, CorePhoneNumbers, MultiverseSupport, RemoteServiceDiscovery, DiskManagement, AppleIDAuthSupport, AAAFoundation, KeychainCircle, RemoteXPC, MediaKit, DiscRecording, libCoreStorage.dylib, libcsfde.dylib, ProtectedCloudStorage, EFILogin, OctagonTrust, libMatch.1.dylib}
[DEBUG codelldb::dap_codec] <-- {"seq":300,"type":"event","event":"module","body":{"module":{"addressRange":"1BE536000","id":"1BE536000","name":"FileProvider","path":"/System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider","symbolFilePath":"/System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":301,"type":"event","event":"module","body":{"module":{"addressRange":"1B0C0F000","id":"1B0C0F000","name":"Accounts","path":"/System/Library/Frameworks/Accounts.framework/Versions/A/Accounts","symbolFilePath":"/System/Library/Frameworks/Accounts.framework/Versions/A/Accounts","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":302,"type":"event","event":"module","body":{"module":{"addressRange":"1B27F5000","id":"1B27F5000","name":"UserManagement","path":"/System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement","symbolFilePath":"/System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":303,"type":"event","event":"module","body":{"module":{"addressRange":"1BE6CB000","id":"1BE6CB000","name":"GenerationalStorage","path":"/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage","symbolFilePath":"/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":304,"type":"event","event":"module","body":{"module":{"addressRange":"1BF2EF000","id":"1BF2EF000","name":"CoreSymbolication","path":"/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication","symbolFilePath":"/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":305,"type":"event","event":"module","body":{"module":{"addressRange":"1BE2D9000","id":"1BE2D9000","name":"SymptomDiagnosticReporter","path":"/System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter","symbolFilePath":"/System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":306,"type":"event","event":"module","body":{"module":{"addressRange":"1AED66000","id":"1AED66000","name":"DesktopServicesPriv","path":"/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv","symbolFilePath":"/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":307,"type":"event","event":"module","body":{"module":{"addressRange":"1ADC47000","id":"1ADC47000","name":"libsandbox.1.dylib","path":"/usr/lib/libsandbox.1.dylib","symbolFilePath":"/usr/lib/libsandbox.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":308,"type":"event","event":"module","body":{"module":{"addressRange":"1BF2AA000","id":"1BF2AA000","name":"DebugSymbols","path":"/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols","symbolFilePath":"/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":309,"type":"event","event":"module","body":{"module":{"addressRange":"1BA262000","id":"1BA262000","name":"NetAuth","path":"/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth","symbolFilePath":"/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":310,"type":"event","event":"module","body":{"module":{"addressRange":"1BB235000","id":"1BB235000","name":"Sharing","path":"/System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing","symbolFilePath":"/System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":311,"type":"event","event":"module","body":{"module":{"addressRange":"1B27B9000","id":"1B27B9000","name":"loginsupport","path":"/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport","symbolFilePath":"/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":312,"type":"event","event":"module","body":{"module":{"addressRange":"1C0620000","id":"1C0620000","name":"Apple80211","path":"/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211","symbolFilePath":"/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":313,"type":"event","event":"module","body":{"module":{"addressRange":"1B6006000","id":"1B6006000","name":"AuthKit","path":"/System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit","symbolFilePath":"/System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":314,"type":"event","event":"module","body":{"module":{"addressRange":"1B55F3000","id":"1B55F3000","name":"CoreWLAN","path":"/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN","symbolFilePath":"/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":315,"type":"event","event":"module","body":{"module":{"addressRange":"1C0624000","id":"1C0624000","name":"CoreWiFi","path":"/System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi","symbolFilePath":"/System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":316,"type":"event","event":"module","body":{"module":{"addressRange":"1EFF05000","id":"1EFF05000","name":"WiFiPeerToPeer","path":"/System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer","symbolFilePath":"/System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":317,"type":"event","event":"module","body":{"module":{"addressRange":"1BEE63000","id":"1BEE63000","name":"FrontBoardServices","path":"/System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices","symbolFilePath":"/System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":318,"type":"event","event":"module","body":{"module":{"addressRange":"1C07C5000","id":"1C07C5000","name":"BackBoardServices","path":"/System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices","symbolFilePath":"/System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":319,"type":"event","event":"module","body":{"module":{"addressRange":"1BA74E000","id":"1BA74E000","name":"CorePhoneNumbers","path":"/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers","symbolFilePath":"/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":320,"type":"event","event":"module","body":{"module":{"addressRange":"1B9F63000","id":"1B9F63000","name":"MultiverseSupport","path":"/System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport","symbolFilePath":"/System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":321,"type":"event","event":"module","body":{"module":{"addressRange":"1C0A4E000","id":"1C0A4E000","name":"RemoteServiceDiscovery","path":"/System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery","symbolFilePath":"/System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":322,"type":"event","event":"module","body":{"module":{"addressRange":"1BE406000","id":"1BE406000","name":"DiskManagement","path":"/System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement","symbolFilePath":"/System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":323,"type":"event","event":"module","body":{"module":{"addressRange":"1BE30D000","id":"1BE30D000","name":"AppleIDAuthSupport","path":"/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport","symbolFilePath":"/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":324,"type":"event","event":"module","body":{"module":{"addressRange":"215A11000","id":"215A11000","name":"AAAFoundation","path":"/System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation","symbolFilePath":"/System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":325,"type":"event","event":"module","body":{"module":{"addressRange":"1BA726000","id":"1BA726000","name":"KeychainCircle","path":"/System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle","symbolFilePath":"/System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":326,"type":"event","event":"module","body":{"module":{"addressRange":"1C0A62000","id":"1C0A62000","name":"RemoteXPC","path":"/System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC","symbolFilePath":"/System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":327,"type":"event","event":"module","body":{"module":{"addressRange":"1BE3D2000","id":"1BE3D2000","name":"MediaKit","path":"/System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit","symbolFilePath":"/System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":328,"type":"event","event":"module","body":{"module":{"addressRange":"1BE31A000","id":"1BE31A000","name":"DiscRecording","path":"/System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording","symbolFilePath":"/System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":329,"type":"event","event":"module","body":{"module":{"addressRange":"1B7B97000","id":"1B7B97000","name":"libCoreStorage.dylib","path":"/usr/lib/libCoreStorage.dylib","symbolFilePath":"/usr/lib/libCoreStorage.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":330,"type":"event","event":"module","body":{"module":{"addressRange":"1C0ACA000","id":"1C0ACA000","name":"libcsfde.dylib","path":"/usr/lib/libcsfde.dylib","symbolFilePath":"/usr/lib/libcsfde.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":331,"type":"event","event":"module","body":{"module":{"addressRange":"1BB49B000","id":"1BB49B000","name":"ProtectedCloudStorage","path":"/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage","symbolFilePath":"/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":332,"type":"event","event":"module","body":{"module":{"addressRange":"1C0AC2000","id":"1C0AC2000","name":"EFILogin","path":"/System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin","symbolFilePath":"/System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":333,"type":"event","event":"module","body":{"module":{"addressRange":"1BE6F1000","id":"1BE6F1000","name":"OctagonTrust","path":"/System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust","symbolFilePath":"/System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":334,"type":"event","event":"module","body":{"module":{"addressRange":"1B7B8F000","id":"1B7B8F000","name":"libMatch.1.dylib","path":"/usr/lib/libMatch.1.dylib","symbolFilePath":"/usr/lib/libMatch.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x1031973a8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {libAccessibilityBaseImplementations.dylib}
[DEBUG codelldb::dap_codec] <-- {"seq":335,"type":"event","event":"module","body":{"module":{"addressRange":"23662C000","id":"23662C000","name":"libAccessibilityBaseImplementations.dylib","path":"/usr/lib/libAccessibilityBaseImplementations.dylib","symbolFilePath":"/usr/lib/libAccessibilityBaseImplementations.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x102f6eb58 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {libobjc-trampolines.dylib}
[DEBUG codelldb::dap_codec] <-- {"seq":336,"type":"event","event":"module","body":{"module":{"addressRange":"1032BC000","id":"1032BC000","name":"libobjc-trampolines.dylib","path":"/usr/lib/libobjc-trampolines.dylib","symbolFilePath":"/usr/lib/libobjc-trampolines.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x10494a108 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {libCGInterfaces.dylib}
[DEBUG codelldb::dap_codec] <-- {"seq":337,"type":"event","event":"module","body":{"module":{"addressRange":"1D2010000","id":"1D2010000","name":"libCGInterfaces.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x1031b8678 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {login}
[DEBUG codelldb::dap_codec] <-- {"seq":338,"type":"event","event":"module","body":{"module":{"addressRange":"1B8313000","id":"1B8313000","name":"login","path":"/System/Library/PrivateFrameworks/login.framework/Versions/A/login","symbolFilePath":"/System/Library/PrivateFrameworks/login.framework/Versions/A/login","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x104958d18 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {GLEngine, libGLProgrammability.dylib}
[DEBUG codelldb::dap_codec] <-- {"seq":339,"type":"event","event":"module","body":{"module":{"addressRange":"20EE19000","id":"20EE19000","name":"GLEngine","path":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine","symbolFilePath":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":340,"type":"event","event":"module","body":{"module":{"addressRange":"20ECAF000","id":"20ECAF000","name":"libGLProgrammability.dylib","path":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib","symbolFilePath":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x102fd1db8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {AppleMetalOpenGLRenderer}
[DEBUG codelldb::dap_codec] <-- {"seq":341,"type":"event","event":"module","body":{"module":{"addressRange":"108700000","id":"108700000","name":"AppleMetalOpenGLRenderer","path":"/System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer","symbolFilePath":"/System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x1049a3468 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {GLRendererFloat}
[DEBUG codelldb::dap_codec] <-- {"seq":342,"type":"event","event":"module","body":{"module":{"addressRange":"20EF88000","id":"20EF88000","name":"GLRendererFloat","path":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat","symbolFilePath":"/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x104489fc8 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {AGXMetalG13X, GPURawCounter, IOGPU}
[DEBUG codelldb::dap_codec] <-- {"seq":343,"type":"event","event":"module","body":{"module":{"addressRange":"1F7668000","id":"1F7668000","name":"AGXMetalG13X","path":"/System/Library/Extensions/AGXMetalG13X.bundle/Contents/MacOS/AGXMetalG13X","symbolFilePath":"/System/Library/Extensions/AGXMetalG13X.bundle/Contents/MacOS/AGXMetalG13X","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":344,"type":"event","event":"module","body":{"module":{"addressRange":"1CD5B4000","id":"1CD5B4000","name":"GPURawCounter","path":"/System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter","symbolFilePath":"/System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::dap_codec] <-- {"seq":345,"type":"event","event":"module","body":{"module":{"addressRange":"1C76CF000","id":"1C76CF000","name":"IOGPU","path":"/System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU","symbolFilePath":"/System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session] Debug event: 0x102feaa28 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {ViewBridge}
[DEBUG codelldb::dap_codec] <-- {"seq":346,"type":"event","event":"module","body":{"module":{"addressRange":"1B24A2000","id":"1B24A2000","name":"ViewBridge","path":"/System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge","symbolFilePath":"/System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge","symbolStatus":"Symbols loaded."},"reason":"new"}}
[DEBUG codelldb::debug_session::breakpoints] Callback for breakpoint location 1.1: where = libmgl.dylib`-[MGLRenderer bindTexturesToCurrentRenderEncoder] + 320 at MGLRenderer.m:1150:18, address = 0x0000000103e1bbe8, resolved, hit count = 1 

[DEBUG codelldb::debug_session] Debug event: 0x11d6adb90 Event: broadcaster = 0x10d813038 (lldb.process), type = 0x00000001 (state-changed), data = { process = 0x10d813000 (pid = 20454), state = stopped}
[DEBUG codelldb::dap_codec] <-- {"seq":347,"type":"event","event":"stopped","body":{"allThreadsStopped":true,"reason":"breakpoint","threadId":92600}}
[DEBUG codelldb::dap_codec] --> {"command":"threads","type":"request","seq":11}
[DEBUG codelldb::dap_codec] <-- {"seq":348,"type":"response","request_seq":11,"success":true,"command":"threads","body":{"threads":[{"id":92600,"name":"1: tid=92600"},{"id":92643,"name":"2: tid=92643"},{"id":92644,"name":"3: tid=92644"},{"id":92645,"name":"4: tid=92645"},{"id":92662,"name":"5: tid=92662 "OGL Profiler""},{"id":92663,"name":"6: tid=92663"},{"id":92664,"name":"7: tid=92664 "djnn thread""},{"id":92665,"name":"8: tid=92665 "djnn thread""},{"id":92669,"name":"9: tid=92669"}]}}
[DEBUG codelldb::dap_codec] --> {"command":"stackTrace","arguments":{"threadId":92600,"startFrame":0,"levels":1},"type":"request","seq":12}
[DEBUG codelldb::dap_codec] <-- {"seq":349,"type":"response","request_seq":12,"success":true,"command":"stackTrace","body":{"stackFrames":[{"column":18,"id":1001,"instructionPointerReference":"0x103E1BBE8","line":1150,"name":"-[MGLRenderer bindTexturesToCurrentRenderEncoder]","source":{"name":"MGLRenderer.m","path":"/Users/conversy/recherche/istar/code/misc/MGL/MGL/src/MGLRenderer.m"}}],"totalFrames":20}}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"ctx.state.error","frameId":1001,"context":"watch"},"type":"request","seq":13}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"self.ctx.state","frameId":1001,"context":"watch"},"type":"request","seq":14}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"_commands,[5]","frameId":1001,"context":"watch"},"type":"request","seq":15}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"_gl_state_commands,[20]","frameId":1001,"context":"watch"},"type":"request","seq":16}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"cmap,[48]","frameId":1001,"context":"watch"},"type":"request","seq":17}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"this.djnn::GLWindow._cur_bos._geo_map","frameId":1001,"context":"watch"},"type":"request","seq":18}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"this.djnn::GLWindow._cur_bos._elements_map","frameId":1001,"context":"watch"},"type":"request","seq":19}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"shape_ids,[5]","frameId":1001,"context":"watch"},"type":"request","seq":20}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"_coords_plain_first_free","frameId":1001,"context":"watch"},"type":"request","seq":21}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"_coords_plain_free_amount","frameId":1001,"context":"watch"},"type":"request","seq":22}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"_coords_plain_num","frameId":1001,"context":"watch"},"type":"request","seq":23}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"half_stroke_vertices","frameId":1001,"context":"watch"},"type":"request","seq":24}
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"src,[18000]","frameId":1001,"context":"watch"},"type":"request","seq":25}
[DEBUG codelldb::debug_session] Debug event: 0x1031bfd98 Event: broadcaster = 0x107014208 (lldb.target), type = 0x00000002 (modules-loaded), data = {__lldb_apple_objc_v2_get_dynamic_class_info3}
[DEBUG codelldb::dap_codec] <-- {"seq":350,"type":"event","event":"module","body":{"module":{"id":"__lldb_apple_objc_v2_get_dynamic_class_info3","name":"__lldb_apple_objc_v2_get_dynamic_class_info3","path":"__lldb_apple_objc_v2_get_dynamic_class_info3","symbolStatus":"Symbols not found"},"reason":"new"}}
[DEBUG codelldb::dap_codec] --> {"command":"scopes","arguments":{"frameId":1001},"type":"request","seq":26}
[DEBUG codelldb::dap_codec] --> {"command":"stackTrace","arguments":{"threadId":92600,"startFrame":1,"levels":19},"type":"request","seq":27}
Received signal: SIGSEGV
0: backtrace::capture::Backtrace::new
1: codelldb::hook_crashes::handler
2: __platform_memmove

Debug adapter exit code=255 (0xff), signal=null.

@vadimcn
Copy link
Owner

vadimcn commented May 24, 2023

Looks like a LLDB bug. Can you reproduce this with CLI LLDB?

@vadimcn vadimcn added the need more info Investigation is blocked until more information is available. label May 24, 2023
@conversy
Copy link
Author

I was expecting this answer :-)
Is there any way to easily reproduce it with the CLI? Like, copying the LLDB commands that are executed by the extension?
Because I'm struggling to find how to set a breakpoint in an objective-c file inside a linked dynamic lib...

Btw, I think that a documented way to reproduce a session into the CLI would be helpful for future troubleshootings...

@vadimcn
Copy link
Owner

vadimcn commented May 24, 2023

Is there any way to easily reproduce it with the CLI? Like, copying the LLDB commands that are executed by the extension?

No, unfortunately. CodeLLDB works with LLDB via its API, which does not always have clear mapping to commands.

Because I'm struggling to find how to set a breakpoint in an objective-c file inside a linked dynamic lib...

break set -f <filename> -l <line> usually does it. If the dylib isn't loaded at startup, you should be able to set the breakpoint anyway and LLDB will resolve it later.

@conversy
Copy link
Author

ok so I just applied the break set command, and... it works, it breaks, I can step through the code, print variables etc.

@vadimcn
Copy link
Owner

vadimcn commented May 28, 2023

Hmm... According to the log, crash happened right after a stack trace request. Can you try thread backtrace while stopped at that breakpoint?

@conversy
Copy link
Author

Process 34326 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
    frame #0: 0x0000000103d8774c libmgl.dylib`-[MGLRenderer bindTexturesToCurrentRenderEncoder](self=0x000000010825d700, _cmd="bindTexturesToCurrentRenderEncoder") at MGLRenderer.m:1150:18
   1147	        // something is very wrong..
   1148	        assert(textures_to_be_mapped < TEXTURE_UNITS);
   1149	
-> 1150	        for (int i=0; textures_to_be_mapped > 0; i++)
   1151	        {
   1152	            RETURN_FALSE_ON_FAILURE(i < count);
   1153	
Target 0: (simplest_app) stopped.
(lldb) thread backtrace
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
  * frame #0: 0x0000000103d8774c libmgl.dylib`-[MGLRenderer bindTexturesToCurrentRenderEncoder](self=0x000000010825d700, _cmd="bindTexturesToCurrentRenderEncoder") at MGLRenderer.m:1150:18
    frame #1: 0x0000000103d937ec libmgl.dylib`-[MGLRenderer newRenderEncoder](self=0x000000010825d700, _cmd="newRenderEncoder") at MGLRenderer.m:1981:9
    frame #2: 0x0000000103d99e14 libmgl.dylib`-[MGLRenderer processGLState:](self=0x000000010825d700, _cmd="processGLState:", draw_command=true) at MGLRenderer.m:2479:13
    frame #3: 0x0000000103da89f8 libmgl.dylib`-[MGLRenderer mtlDrawElementsInstancedBaseVertexBaseInstance:mode:count:type:indices:instancecount:basevertex:baseinstance:](self=0x000000010825d700, _cmd="mtlDrawElementsInstancedBaseVertexBaseInstance:mode:count:type:indices:instancecount:basevertex:baseinstance:", glm_ctx=0x000000010c3aa400, mode=4, count=6, type=5125, indices=0x0000000000000000, instancecount=1, basevertex=0, baseinstance=0) at MGLRenderer.m:3849:5
    frame #4: 0x0000000103da8ecc libmgl.dylib`mtlDrawElementsInstancedBaseVertexBaseInstance(glm_ctx=0x000000010c3aa400, mode=4, count=6, type=5125, indices=0x0000000000000000, instancecount=1, basevertex=0, baseinstance=0) at MGLRenderer.m:3878:5
    frame #5: 0x0000000103c8a254 libmgl.dylib`mglDrawElementsInstancedBaseVertexBaseInstance(ctx=0x000000010c3aa400, mode=4, count=6, type=5125, indices=0x0000000000000000, instancecount=1, basevertex=0, baseinstance=0) at draw_buffers.c:445:5
    frame #6: 0x0000000103d171cc libmgl.dylib`glDrawElementsInstancedBaseVertexBaseInstance(mode=4, count=6, type=5125, indices=0x0000000000000000, instancecount=1, basevertex=0, baseinstance=0) at gl_core.c:6043:5
    frame #7: 0x0000000100f00a44 libdjnn-gui.dylib`djnn::GLWindow::draw_children(this=0x0000000107f0ec80, parent=0x000000010692da40) at gl_window.cpp:2083:13
    frame #8: 0x00000001010f7a9c libdjnn-gui.dylib`djnn::GLSDLWindow::redraw(this=0x0000000107f0ec80) at gl_sdl_window.cpp:647:5
    frame #9: 0x0000000100324b3c libdjnn-display.dylib`djnn::SDLWindow::trigger_redraw(this=0x0000000107f0ec80) at sdl_window.cpp:231:5
    frame #10: 0x0000000100324200 libdjnn-display.dylib`djnn::SDLWindow::handle_event(this=0x0000000107f0ec80, e=0x000000016fdfde00) at sdl_window.cpp:186:17
    frame #11: 0x00000001010f531c libdjnn-gui.dylib`djnn::GLSDLWindow::handle_event(this=0x0000000107f0ec80, e=0x000000016fdfde00) at gl_sdl_window.cpp:518:18
    frame #12: 0x0000000100316894 libdjnn-display.dylib`djnn::SDLMainloop::handle_single_event(this=0x000000010601e020, e=0x000000016fdfde00) at sdl_mainloop.cpp:265:14
    frame #13: 0x0000000100315d74 libdjnn-display.dylib`djnn::SDLMainloop::handle_events(this=0x000000010601e020, first_event=0x000000016fdfe280) at sdl_mainloop.cpp:221:10
    frame #14: 0x000000010031546c libdjnn-display.dylib`djnn::SDLMainloop::sdl_run(this=0x000000010601e020) at sdl_mainloop.cpp:160:7
    frame #15: 0x00000001003151c0 libdjnn-display.dylib`djnn::SDLMainloop::run(this=0x000000010601e020) at sdl_mainloop.cpp:103:5
    frame #16: 0x00000001003e4830 libdjnn-exec_env.dylib`djnn::MainLoop::impl_activate(this=0x0000000105703a40) at main_loop.cpp:111:47
    frame #17: 0x0000000101af9004 libdjnn-core.dylib`djnn::CoreProcess::activate(this=0x0000000105703a40) at process.cpp:352:7
    frame #18: 0x0000000100005820 simplest_app`main + 6636
    frame #19: 0x00000001aa67ff28 dyld`start + 2236
(lldb) 

@vadimcn
Copy link
Owner

vadimcn commented May 30, 2023

I'll need to reproduce this in order to investigate further. Is this happening with a certain binary only?

@conversy
Copy link
Author

conversy commented May 30, 2023

It happens with MGL.
If you manage to compile it and launch the test with:

git clone --depth 1 https://github.com/openglonmetal/MGL -b glReadPixels
cd MGL
make install-pkgdeps
make -j test

... you can setup a breakpoint here https://github.com/openglonmetal/MGL/blob/f86fc2c3627e3507d89e34beb3ad74b7e73b52f1/MGL/src/MGLRenderer.m#L1150
and debug the test binary.

Thanks!

If MGL doesn't compile straight-out of the box, let me know, and I'll push some modification until it does.

[Edit] specified a branch in the git command above

@cathaysia
Copy link

I have the same question when I debug Rust program:

ERROR(Python) 10:44:02 codelldb: Traceback (most recent call last):
  File "/Users/xxxx/.vscode/extensions/vadimcn.vscode-lldb/adapter/scripts/codelldb/codelldb.py", line 175, in evaluate
    value = evaluate_in_context(pycode, is_simple_expr, context)
  File "/Users/xxxx/.vscode/extensions/vadimcn.vscode-lldb/adapter/scripts/codelldb/codelldb.py", line 320, in evaluate_in_context
    return eval(code, eval_globals, eval_locals)
  File "<input>", line 1, in <module>
  File "/Users/xxxx/.vscode/extensions/vadimcn.vscode-lldb/adapter/scripts/codelldb/codelldb.py", line 309, in <lambda>
    eval_globals['__eval'] = lambda expr: nat_eval(frame, expr)
  File "/Users/xxxx/.vscode/extensions/vadimcn.vscode-lldb/adapter/scripts/codelldb/codelldb.py", line 300, in nat_eval
    raise Exception(err.GetCString())
Exception: error: could not find item


[ERROR codelldb::debug_session] error: could not find item
    
ERROR(Python) 10:44:12 codelldb: Traceback (most recent call last):
  File "/Users/xxxx/.vscode/extensions/vadimcn.vscode-lldb/adapter/scripts/codelldb/codelldb.py", line 175, in evaluate
    value = evaluate_in_context(pycode, is_simple_expr, context)
  File "/Users/xxxx/.vscode/extensions/vadimcn.vscode-lldb/adapter/scripts/codelldb/codelldb.py", line 320, in evaluate_in_context
    return eval(code, eval_globals, eval_locals)
  File "<input>", line 1, in <module>
  File "/Users/xxxx/.vscode/extensions/vadimcn.vscode-lldb/adapter/scripts/codelldb/codelldb.py", line 309, in <lambda>
    eval_globals['__eval'] = lambda expr: nat_eval(frame, expr)
  File "/Users/xxxx/.vscode/extensions/vadimcn.vscode-lldb/adapter/scripts/codelldb/codelldb.py", line 300, in nat_eval
    raise Exception(err.GetCString())
Exception: error: could not find item


[ERROR codelldb::debug_session] error: could not find item
    
Received signal: SIGSEGV
   0: backtrace::capture::Backtrace::new
   1: codelldb::hook_crashes::handler
   2: __platform_memmove

Debug adapter exit code=255 (0xff), signal=null.

In addition, the condition breakpoint is /nat buffer.1 == 512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more info Investigation is blocked until more information is available.
Projects
None yet
Development

No branches or pull requests

3 participants