Replies: 1 comment
-
Bash is a shell as opposed to a terminal. Something like this works, that is, it causes the program that's being debugged to be displayed in a new terminal window: [editor]
terminal.command = "xterm"
terminal.args = ["-e"] (Insert your favourite terminal emulator in place of Trying to use I don't think this was the cause of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The installation instructions worked well for me. The only issue: Codelldb expects the
llvm
libraries in another directory then Debian. This was quickly fixed with some symbolic links:Second issue was:
No external terminal defined
This disappeared after setting in
config.toml
:Now I get:
Async job failed: None
My versions:
Beta Was this translation helpful? Give feedback.
All reactions