Add Debuggers #10

Open
opened 2023-11-15 09:14:26 -07:00 by rs-parrot · 1 comment
rs-parrot commented 2023-11-15 09:14:26 -07:00 (Migrated from spacecruft.org)

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.

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.
rs-parrot commented 2023-11-15 09:17:13 -07:00 (Migrated from spacecruft.org)

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
deepcrayon/parrot#10
No description provided.