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
{ "version": "0.2.0", "configurations": [ { "name": "Run selected test", "type": "python", "request": "launch", "console": "internalConsole", "internalConsoleOptions": "openOnFirstSessionStart", "justMyCode": false, "subProcess": true, "preLaunchTask": "Dependency services", "program": "${env:PRJ_DATA_DIR}/venv/odoo-${env:ODOO_VERSION}/bin/odoo", "args": [ "--dev=qweb,xml", "--stop-after-init", "--workers=0", "--test-file=${file}", "--test-tags=.${selectedText}" ] } ] }
Python
Output
View
python.log
Python Debugger
2024-07-25 07:25:32.772 [info] Name: Python Debugger 2024-07-25 07:25:32.772 [info] Module: debugpy 2024-07-25 07:56:42.853 [info] Name: Python Debugger 2024-07-25 07:56:42.853 [info] Module: debugpy 2024-07-25 08:21:01.479 [info] Name: Python Debugger 2024-07-25 08:21:01.479 [info] Module: debugpy 2024-07-25 08:27:34.056 [info] Name: Python Debugger 2024-07-25 08:27:34.056 [info] Module: debugpy 2024-07-25 08:37:19.497 [info] Name: Python Debugger 2024-07-25 08:37:19.497 [info] Module: debugpy
Extension version: 2024.9.12041012 VS Code version: Code 1.91.0 (ea1445cc7016315d0f5728f8e8b12a45dc0a7286, 2024-07-01T18:52:41.959Z) OS version: Linux x64 6.6.41 Modes:
vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 pythonnoceb:30805159 asynctok:30898717 pythonregdiag2:30936856 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 da93g388:31013173 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 dwnewjupyter:31046869 2f103344:31071589 impr_priority:31102340 refactort:31101459 ccplt:31103426 pythonrstrctxtcf:31103194
The text was updated successfully, but these errors were encountered:
Duplicated of: #401
Sorry, something went wrong.
karthiknadig
No branches or pull requests
Type: Bug
Behaviour
Steps to reproduce:
Diagnostic data
launch.json
configurationOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)python.log
Output for
Python Debugger
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython Debugger
)Extension version: 2024.9.12041012
VS Code version: Code 1.91.0 (ea1445cc7016315d0f5728f8e8b12a45dc0a7286, 2024-07-01T18:52:41.959Z)
OS version: Linux x64 6.6.41
Modes:
canvas_oop_rasterization: disabled_off
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
A/B Experiments
The text was updated successfully, but these errors were encountered: