kou commented on issue #38519: URL: https://github.com/apache/arrow/issues/38519#issuecomment-1790042806
> ```text > -- Build Type: DEBUG > ``` Your build used debug build. It seems that LLDB can't find source files for `libarrow_python_flight.dylib`. You may be able to use `settings set target.source-map` for it: https://lldb.llvm.org/use/map.html#remap-source-file-pathnames-for-the-debug-session -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
