cordova - VSCode Unverified Breakpoint -
read lot of articles unable resolved. , basics may not strong in area.
after getting frustrated huge installations of vs, started using vscode run cordova based apps.
what working?
- able produce launch.json based on cordova , able run application.
- i have concatenated javascript files , produce huge file (non uglified debug file).
what killing me?
when set breakpoints in vscode then,
- when sourcemaps attribute set true error
breakpoint ignored because generated code not found (source map problem?). when sourcemaps attribute set false error
unverified breakpointin grey color."name": "simulate android in browser", "type": "cordova", "request": "launch", "platform": "android", "target": "chrome", "simulateport": 8000, "livereload": true, "sourcemaps": false, "cwd": "${workspaceroot}"
questions?
- do need source map? believe no referred file debug file already.
- what issue here , how can debug vscode here?
- i installed chrome debug extension , when chrome launched, unable find debug javascript file in source tab (this developer tool opened in vscode). when press f12 in chrome directly, chrome closes , debug session crashes/closes.
Comments
Post a Comment