-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Make lldb debug work to debug with cpp and rust #5705
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale |
@Furisto is this supported with our runtime config? and if not, is this a complex task or an easy fix? |
@sagor999 Hard to say honestly. It looks we already tried to enable it, but it is obviously not working. We have to look into which layer in our stack causes the problem. Then we need to check if this can be done without introducing security risk. |
@kylos101 added it to our inbox |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@axonasif - any chance to mark this "never stale"? |
@gengjiawen please try again. Check the workspace lands in us60 or eu60. |
the breakpoint not working on my side. |
I cannot reproduce that behavior. That said, the |
I can't reproduce the bug. Thx for the great work. |
Move the status to Done because we can't reproduce this bug. |
still getting the same error in terminal. what is needed to make lldb work in gitpod terminal?
ran Current executable set to 'ls' (x86_64).
(lldb) run
error: process launch failed: 'A' packet returned an error: 8 otoh, gdb just works in the same terminal: |
Repo: https://github.com/gengjiawen/node-debug
Gitpod: https://gitpod.io/#https://github.com/gengjiawen/node-debug
debug config:
Current status: not working
'A' packet returned an error: 8
Working container config:
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
https://github.com/gengjiawen/node-debug/blob/f1aaeea4aed61a037f28397aa11d907525ce35fc/.devcontainer/devcontainer.json#L13I think fixing
vscode-lldb
on gitpods will bring debug native language (c, cpp, rust) to the next level.Related:
The text was updated successfully, but these errors were encountered: