codelldb
codelldb copied to clipboard
A native debugger extension for VSCode based on LLDB
### Discussed in https://github.com/vadimcn/vscode-lldb/discussions/511 Originally posted by **vKarunakaran2551990** September 10, 2021 Hi, When I try to run my program using the custom launch, am getting error for reading the variables...
OS: Ubuntu 20.04.1 LTS VSCode version: Version: 1.57.1 (Also reproduced in 1.58.2) Extension version: 1.6.5 Compiler: rustc 1.49.0 (e1884a8e3 2020-12-29) (NB: Also tested when using latest rustc 1.54.0 (a178d0322 2021-07-26))...
OS: Windows 10 VSCode version: 1.46.1 Extension version: 1.5.3 Toolchain version: rustc 1.46.0-nightly (f455e46ea 2020-06-20) Build target: x86_64-pc-windows-msvc Python version: Python 3.8.3 When debugging, the extension is no longer showing...
It would be useful to be able to load an env file (similar to https://github.com/microsoft/vscode-go/issues/829). For example my package managment system (Conan) generates and en file. It would be easier...
Operating System: Ubuntu 20.04.2 LTS Kernel: Linux 5.4.0-73-generic Architecture: x86-64 VSCode Version: 1.56.2 Commit: 054a9295330880ed74ceaedda236253b4f39a335 Date: 2021-05-12T16:45:26.313Z Electron: 12.0.4 Chrome: 89.0.4389.114 Node.js: 14.16.0 V8: 8.9.255.24-electron.0 OS: Linux x64 5.4.0-73-generic Extension...
Which extension version: 1.6.0 When I remote attach a process,set up the sourcemap,the breakpoints added through the gui did not work properly. I found the file path of the breakpoints...
Rust has a `Debug` trait meant to give a string representation of values for debugging purposes. Is it currently possible to use this trait to display values in `vscode-lldb`? If...
OS: Ubuntu 21.04 VSCode version: 1.57.0 Extension version: 1.6.4 Compiler: rustc 1.52.1 Build target: x86_64-linux-gnu Have this Rust code: ```rust fn main() { let str = "Rust"; println!("{}", str); }...
OS: macOS 11.3.1 (20E241) VSCode version: 1.56.2 Extension version: 1.6.3 Compiler: Apple clang version 12.0.5 (C/C++) Build target: x86_64-apple-macosx11.0.0 (Better see the screenshot – I fail at English) In the...
Thanks for the really useful extension! I just wondering, would it be too difficult to implement a mixed disassembly view, just like the `disassembly --mixed` lldb output? Thanks!