forked from DonJayamanne/pythonVSCode
-
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
Second program startup produces wall of text #8584
Labels
area-debugging
bug
Issue identified by VS Code Team member as probable bug
regression
Bug didn't exist in a previous release
Milestone
Comments
niwax
added
triage-needed
Needs assignment to the proper sub-team
bug
Issue identified by VS Code Team member as probable bug
labels
Nov 14, 2019
The issue seems to be a dup of #7436 Please try some of the workarounds mentioned there,
|
We'll look into a more permanent soln of this issue when working on #8180. |
Closing in favor of #8180 for now. |
ghost
removed
the
triage
label
Nov 18, 2019
karthiknadig
added
area-debugging
needs PR
and removed
triage-needed
Needs assignment to the proper sub-team
labels
Nov 27, 2019
See #8820 for the fix and #8180 (comment) for the explanation. |
karrtikr
added
regression
Bug didn't exist in a previous release
and removed
info-needed
Issue requires more information from poster
labels
Nov 27, 2019
Validated✅ |
ghost
removed
the
needs PR
label
Nov 28, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-debugging
bug
Issue identified by VS Code Team member as probable bug
regression
Bug didn't exist in a previous release
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): JediExpected behaviour
When using Debug > Start Debugging or Debug > Start Without Debugging, the program should start in a timely manner and write its output to the console.
Actual behaviour
Starting from the second use of each function, VS code produces a wall of text on the console for several seconds before the program starts. The users PowerShell console history outside of VS Code is also spammed with the messages.
This happens for either start option independently, the first execution of both works as expected.
Steps to reproduce:
(optional) Open a PowerShell independently of VS Code and press the up arrow to cycle through the messages.
Logs
The Output console shows nothing beyond a suggestion to install pylint.
I have uploaded the offending output from Terminal > Python Debug Console here for brevity: https://gist.github.com/niwax/e42c80ff9bbe104a4a86e2554fa95bea
The text was updated successfully, but these errors were encountered: