Skip to content

Running script doesn't do anything while debugging in vscode? (Starts a python interpreter when I do this from an lldb terminal session.) #693

Answered by vadimcn
holland11 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, interactive Python REPL is not supported in VSCode debug console. You can execute one-liners though, e.g. script print(x). To execute a script, use command script import <path>.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vadimcn
Comment options

@holland11
Comment options

Answer selected by holland11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants