We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: Bug
launch.json this doesnt work
{ "name": "run all", "type": "debugpy", "request": "launch", "program": "main.py", "console": "internalConsole", "args": "run" },
this does
{ "name": "run all", "type": "debugpy", "request": "launch", "program": "main.py", "console": "integratedTerminal", "args": "run" },
unsure if this is a Problem with debugging tool or something else but, internalConsole cannot be used.
Python
Output
View
XXX
Python Debugger
Extension version: 2025.6.0 VS Code version: Code 1.99.2 (4949701c880d4bdb949e3c0e6b400288da7f474b, 2025-04-10T01:21:25.295Z) OS version: Linux x64 6.13.9-200.fc41.x86_64 Modes:
vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 binariesv615:30325510 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 h48ei257:31000450 pythontbext0:30879054 cppperfnew:31000557 dwnewjupytercf:31046870 pythonrstrctxt:31112756 nativeloc1:31192215 5fd0e150:31155592 dwcopilot:31170013 6074i472:31201624 dwoutputs:31242946 customenabled:31248079 9064b325:31222308 copilot_t_ci:31222730 fiia8375:31280369 cp15370_c:31280196 pythoneinst12:31262605 bgtreat:31268568 4gafe986:31271826 31787653:31262186 3e8i5726:31271747 49da9784:31281243 763bd867:31279164 747dc170:31275177 g20af354:31278749 aj953862:31281341
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type: Bug
Steps to reproduce:
launch.json
this doesnt work
this does
unsure if this is a Problem with debugging tool or something else but, internalConsole cannot be used.
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output for
Python Debugger
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython Debugger
)Extension version: 2025.6.0
VS Code version: Code 1.99.2 (4949701c880d4bdb949e3c0e6b400288da7f474b, 2025-04-10T01:21:25.295Z)
OS version: Linux x64 6.13.9-200.fc41.x86_64
Modes:
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: