-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-attach to subprocess with .zip target (named as .exe) #945
Comments
To work around this, try |
Workaround works. Though I'd love to see zipfile execution being supported by pydevd. |
Ah, I didn't realize that this is how the stub works! So far as I can tell from Python docs, this would have worked if we used |
Well, In this case,
does seem to work for me, so, I guess that changing the |
Before creating a new issue, please check the FAQ to see if your question is answered there.
Environment data
Actual behavior
In the debugging session, running a subprocess with
python <shim>
(where shim is an exe file in Scripts/ directory) fails with following message:Expected behavior
At minimum, it should run the shim without error. Preferably, it should run with subprocess debugging.
Steps to reproduce:
$ python @($(which xonsh.exe).strip())
The text was updated successfully, but these errors were encountered: