I'm trying to extend the vscode python debugger to read + debug files in a custom file system. When looking at the debugger log, I see the fragment below,
Process SourceRequest: { "arguments": { "source": { "path": "customfs:/lib/mail.py", "sourceReference": 1 }, "sourceReference": 1 }, "command": "source", "seq": 24, "type": "request" }
Searching through the debugpy code-base https://github.com/microsoft/debugpy didn't turn up anything.
Can someone who is familiar with the code help point me to where the code is that originates this SourceRequest command?
Thanks!
2.1m questions
2.1m answers
60 comments
57.0k users