Issue Description
Since version 5.0.25 of @nativescript/webpack, debugging NativeScript applications becomes impossible if the project is located in a directory with spaces in its name (e.g., /users/name/my tns app/).
I can not set break point, and the app never pause as well
Reproduction
- create a new project in a directory that includes spaces:
ns create "my tns app"
choose js helloworld template
- open it in VS Code
- add a break point in app/main-view-model.js
- from VS Code -> Run and debug -> Launch on android
- what for the app running in android emulator
the break point grey out, and the app is not debuggable
Relevant log output (if applicable)
Environment
No response
Please accept these terms
Issue Description
Since version 5.0.25 of @nativescript/webpack, debugging NativeScript applications becomes impossible if the project is located in a directory with spaces in its name (e.g., /users/name/my tns app/).
I can not set break point, and the app never pause as well
Reproduction
ns create "my tns app"choose js helloworld template
the break point grey out, and the app is not debuggable
Relevant log output (if applicable)
Environment
No response
Please accept these terms