According to the Monaca site, it is possible to put breakpoints in source code when debugging on a device via USB.
How is this done?
Monaca does not generate source maps so there is no way to step through the original source.
Please don’t answer with “check the Chrome Dev Tools documentation”.
I know how to inspect the device in Dev Tools. The problem is that all I can see is the transpiled app bundle, not the original source.
Thank you.
Re: LocalKit Debugger Chrome Dev Tools - How to add breakpoints to source?