AcKing-Sam commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005781062
> I haven't used Launch debugging, but attach debugging doris is very convenient, maybe you can try to use lldb's attach debugging here is my config > > ``` > { > "name": "CodeLLDB attach", > "type": "lldb", > "request": "attach", > "program": "${workspaceFolder}/output/be/lib/doris_be", > "pid": "${command:pickMyProcess}" > } > ``` > > Simply select the be process that has been started and you're done! Thanks for your help! I will try using `attach` instead of `launch` to debug. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org