vscode-bash-debug: Undefined symbol: sh_xfree
Hi, I am using:
Linux Mint 19 / Ubuntu 18.04 VS Code Insiders (daily release) GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu) bashdb, release 4.3–0.91
When I start debugging I get this error:
/bin/bash: symbol lookup error: /usr/share/bashdb/builtin/set0: undefined symbol: sh_xfree
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 23 (21 by maintainers)
Commits related to this issue
- Fixed missed launch on some environments (https://github.com/rogalmic/vscode-bash-debug/issues/73). — committed to antonio-petricca/vscode-bash-debug by antonio-petricca 6 years ago
- fix: Fix breakpoint setting for newest bashdb * Fixed missed launch on some environments (https://github.com/rogalmic/vscode-bash-debug/issues/73). * Restored the commented bashdb '--quiet' option... — committed to rogalmic/vscode-bash-debug by antonio-petricca 6 years ago
@wataash It works, now I can debug it!
Hi @antonio-petricca,
You have to do debugging by “Extension + Server”:
and after another vscode launched, please set
"debugServer": 4711in yourlaunch.json, and run it.Please see official document for details.