AcKing-Sam commented on issue #32423: URL: https://github.com/apache/doris/issues/32423#issuecomment-2005784743
> 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! Could you please tell me your dev environment, like size of RAM and number of cores? I doubt that it can't run because of the machine(for me, it's 4c8g ubuntu) :) -- 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