How do I debug Typescript file in VS code for a NativeScript project ? #9693
-
How do I debug Typescript file in VS code for a NativeScript project ? I Tried running Launch an ios and Attach to an ios.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @monishakhapali in your
Then in webpack.config.js add this:
Then in the VS Code Terminal you can run I put together this video if it helps provide any clarity: You can also use the chrome debugger when using
Copy/paste that url into chrome to breakpoint/debug the same as well. |
Beta Was this translation helpful? Give feedback.
Hi @monishakhapali in your
launch.config
in VS Code you can addsourceMapPathOverrides
as follows:Then in webpack.config.js add this:
Then in the VS Code Terminal you can run
n…