You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
It'll have to be a message to support remote attach, since there's no command line there. But I think it's not high-pri until we require that scenario.
It'll have to be a message to support remote attach
the attach request supports this.
not high-pri until we require that scenario.
I've raised this issue, as we'll (VSC) need the ability to pass these launch configurations to PTVSD.
Here's an excerpt from the docs:
Since arguments for both requests are highly dependent on a specific debug adapter implementation, the Debug Adapter Protocol does not prescribe any arguments. Instead VS Code passes all arguments from the user's launch configuration to the launch or attach requests. A schema for IntelliSense and hover information for these attributes can be contributed in the package.json of the debug adapter extension. This will guide the user when creating or editing launch configurations.
How do we plan on passing debug options to the new Debugger?
I'm referring to the PythonDebugOptions.
I'm of the opinion we should go down the path of Option 2, if we want to truly embrace the protocol.
Here's an example:
launch
requestpydevd_request
methodNote: The
launch
request is whats meant to contain the configuration options/settings for the debugger.The text was updated successfully, but these errors were encountered: