Add Debuggers #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Python extension that comes from ms says it downloads Pylance when the python extension is installed. It says this in the open-vsx page, for instance. It also says it defaults to Jedi, if Pylance is unavailable. AFAICT, the ms python extension that is used by vsx-info (and by extension, theia), doesn't download pylance, and has jedi built in. This is good, but need to confirm.
There's a nice codelldb extension. It includes a binary blob built from LLVM (the debugger, in particular). This can be rebuilt directly from LLVM project, no problem, but a kind of heavy build.
Works with rust.