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
Not sure I can fix this one. Webpack evals transpiled code and calls it "main.ts". There is no sourcemap. So the line numbers are off and you aren't actually on that line.
Issue Type: Bug
Repro steps:
npm install
npm start
Launch Chrome against localhost
debug configurationsrc/main.ts
on line 26err
function parameter - no tooltiperr
to Watch - not availableerr
in Debug Console - ReferenceErrorIf one put a
console.log(err)
into the function, then everything will work as expected.See screenshots below.
VS Code version: Code 1.24.1 (24f6262, 2018-06-13T17:41:50.128Z)
OS version: Darwin x64 17.6.0
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Extensions (28)
The text was updated successfully, but these errors were encountered: