-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Debug/Run with terminal integratedTerminal not working anymore #8375
Comments
@amesser Do you see any error in the terminal? Or in the output panel for Python. |
Unfortunately not. In error case, I see VS code console switches for a very short time to "Python Debug Console" but immediately closes it again. The console seems to be filled with some output which looks like environment variable assignments, but I'm not fully sure. There is neither an error output in a terminal from which I started VS code nor in the other console windows in VS code. Can I set something in VS code which makes it to not close the console or to produce more debug output to stdout/stderr? It looks to me that VS code always forks to background when starting from a terminal? |
@amesser Can you share the output of this panel? You may have to scroll all the way to the top to see this: |
Will do later. (Have no access to the machine at the moment) |
@karthiknadig Here we go Output/Python
and Output/Log(Window), seems to be more promising:
Later log let me think it might be a more general problem and not related to vs python? |
@amesser Looks like this is microsoft/node-pty#220 |
Today I just stumbled across python debugging/running when using "integratedTerminal" is not working anymore. As far as I remind, last week it worked without an an issue. I alos upgrade to most recent version today now but the problem still exists
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): N/AExpected behaviour
Python script is started and executes
Actual behaviour
I can see the "Python Debug Console" flash up show some printouts and immediately closes. The debug bar at top of screen vanishes after some seconds and error popup "error launching..." is displayed.
Steps to reproduce:
Logs
N/A
Files
launch.json (not working)
launch.json (working)
settings.json
The text was updated successfully, but these errors were encountered: