firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
265 stars 124 forks source link

Jest Runner debugger cannot run #345

Open xiekailian opened 8 months ago

xiekailian commented 8 months ago

Type: Bug

Install Jest Runner run 'Debug' in a Jest test file

Extension version: 0.4.69 VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:52:33.687Z) OS version: Darwin x64 23.1.0 Modes: Remote OS version: Linux x64 5.4.119-19.0009.28

System Info |Item|Value| |---|---| |CPUs|Apple M1 Pro (10 x 24)| |GPU Status|2d_canvas: enabled
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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|17, 14, 11| |Memory (System)|32.00GB (0.53GB free)| |Process Argv|--crash-reporter-id c787bafe-238c-41ea-b35c-70ef1a45c567| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|SSH: 21.6.69.214.devcloud.woa.com:36000| |OS|Linux x64 5.4.119-19.0009.28| |CPUs|Intel(R) Xeon(R) Platinum 8255C CPU @ 2.50GHz (48 x 2494)| |Memory (System)|125.39GB (70.76GB free)| |VM|0%|
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30410667 py29gd2263:30899288 vsclangdf:30486550 c4g48928:30535728 dsvsc012:30540252 azure-dev_surveyone:30548225 282f8724:30602487 f6dab269:30613381 a9j8j154:30646983 showlangstatbar:30737416 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 welcomedialog:30910333 pythonnosmt12:30797651 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 dsvsc013:30795093 dsvsc014:30804076 dsvsc015:30845448 pythontestfixt:30902429 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 aa_t_chat:30882232 ```
domsleee commented 8 months ago

Thanks for the report, it could be similar to #327.

Seems like we have this:

So it could be an x64 specific issue, or perhaps an issue in the later releases of macOS?