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.
Print statement prints in debug console. Autocomplete works/shows possible names of the variables.
Actual behaviour
Print statement returns None without printing anything in the debug console, but the output shows in terminal since version 2020.1.0. Starting version 2020.1.58038, autocomplete doesnt work when printing in debug console.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
try any print statement in debug mode
In version 2020.1.58038, try typing any variable name when debugging
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Nothing in the output
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)
XXX
The text was updated successfully, but these errors were encountered:
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version vscode-python#3977): NoExpected behaviour
Print statement prints in debug console. Autocomplete works/shows possible names of the variables.
Actual behaviour
Print statement returns None without printing anything in the debug console, but the output shows in terminal since version 2020.1.0. Starting version 2020.1.58038, autocomplete doesnt work when printing in debug console.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: