vscode icon indicating copy to clipboard operation
vscode copied to clipboard

"justMyCode": false is not respected at debug-test configurations

Open Akay7 opened this issue 2 months ago • 1 comments

Type: Bug

I pretty sure that I was able to step out of my code, but recently I found that I unable to debug code that is not in my project.

Seems that "justMyCode": false is not respected at debug-test configurations

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Python: Debug Tests",
      "type": "debugpy",
      "request": "launch",
      "program": "${file}",
      "purpose": ["debug-test"],
      "console": "integratedTerminal",
      "presentation": {
          "hidden": true, // keep original launch order in 'run and debug' tab
      },
      "env": {
        "DJANGO_DB_HOST": "127.0.0.1",
        "DJANGO_REDIS_DSN": "redis://127.0.0.1:6379/3",
        "DJANGO_MAILGUN_ENABLED": "False",
      },
      "justMyCode": false
    }
  ]
}
  

VS Code version: Code 1.96.0 (138f619c86f1199955d53b4166bef66ef252935c, 2024-12-11T02:29:09.626Z) OS version: Linux x64 6.11.8-1-default Modes:

System Info
Item Value
CPUs AMD Ryzen 7 4800H with Radeon Graphics (16 x 4280)
GPU Status 2d_canvas: enabled
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
Load (avg) 2, 1, 1
Memory (System) 30.77GB (13.35GB free)
Process Argv --crash-reporter-id 984dcac8-a1bd-4a4c-8189-1e3fa31e8ad4
Screen Reader no
VM 33%
DESKTOP_SESSION default
XDG_CURRENT_DESKTOP KDE
XDG_SESSION_DESKTOP KDE
XDG_SESSION_TYPE x11
Extensions (61)
Extension Author (truncated) Version
swagger-viewer Arj 3.1.2
vscode-django bat 1.15.0
kivy-vscode Bat 0.5.5
doxdocgen csc 1.4.0
dbclient-jdbc cwe 1.3.9
vscode-redis-client cwe 7.7.6
githistory don 0.6.20
gitlens eam 16.0.5
copilot Git 1.252.0
copilot-chat Git 0.23.1
vscode-github-actions git 0.27.0
go gol 0.42.1
headwind hey 1.7.0
rest-client hum 0.25.1
better-cpp-syntax jef 1.27.1
vscode-circuitpython joe 0.2.0
solidity Jua 0.0.179
auto-build mar 2.1.62
marp-vscode mar 2.8.0
rainbow-csv mec 3.13.0
vscode-docker ms- 1.29.3
vscode-language-pack-ru MS- 1.96.2024121109
vscode-kubernetes-tools ms- 1.3.18
debugpy ms- 2024.14.0
isort ms- 2023.10.1
python ms- 2024.22.0
vscode-pylance ms- 2024.12.1
jupyter ms- 2025.1.2024121301
jupyter-keymap ms- 1.1.2
jupyter-renderers ms- 1.0.21
tensorboard ms- 2023.10.1002992421
vscode-jupyter-cell-tags ms- 0.1.9
vscode-jupyter-slideshow ms- 0.1.6
remote-containers ms- 0.394.0
remote-ssh ms- 0.116.0
remote-ssh-edit ms- 0.87.0
remote-wsl ms- 0.88.5
cmake-tools ms- 1.19.52
cpptools ms- 1.22.11
cpptools-extension-pack ms- 1.3.0
live-server ms- 0.4.15
makefile-tools ms- 0.11.13
remote-explorer ms- 0.4.3
sqltools mtx 0.28.3
sqltools-driver-mysql mtx 0.6.3
sqltools-driver-sqlite mtx 0.5.1
platformio-ide pla 3.3.3
vscode-yaml red 1.15.0
git-blame sol 0.2.58
code-spell-checker str 4.0.21
code-spell-checker-russian str 2.2.2
helm-intellisense Tim 0.14.3
es6-string-html Tob 2.17.0
pdf tom 1.2.2
simple-rst tro 1.5.4
cmake twx 0.0.17
vscode-counter uct 3.6.1
intellicode-api-usage-examples Vis 0.2.9
vscodeintellicode Vis 1.3.2
volar Vue 2.1.10
gitblame wad 11.1.1

(1 theme extensions excluded)

A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupyter:31046869
2f103344:31071589
nativerepl1:31139838
pythonrstrctxt:31112756
nativeloc1:31192215
cf971741:31144450
iacca1:31171482
notype1:31157159
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530

Akay7 avatar Dec 16 '24 17:12 Akay7