angular - Typescript file in Chrome devtool is different than code in VS Code -
so i've been struggling debug typescript file have in our enterprise app. let's call fetch-effects.ts
, it's typescript file ngrx/effects. know there's chrome debugger extension visual studio code, can't work since our app structured oddly, has hostapp needs run, along 1 of child apps, child app iframe inside hostapp. both of them running simultaneously on different ports locally on machine.
anyway, can't debugger work vs code, , team told me place debugger;
in code , check chrome devtools in browser. i've been doing trying debug .ts file , it's showing different code in devtools compared code in vs code. debugger hits on right file in random line, file not exact copy of code in vs code. i've tried restarting chrome, , hard refresh, i've managed make show same 1 time. know i'm doing wrong?
wiki
Comments
Post a Comment