I am trying to debug my code when running on android
connected via usb to the laptop (ble testing)
I open the app via chrome://inspect and can see console messages.
However, if I put debugger statements in the code, then they get
removed. There is also no source maps and I can’t put breakpoints
on the minified code.
If I do similar things in the browser, it all works.
Is there an option to avoid minifications and keeping source maps,
when app is running on android?
I tried to supply a “–debug”, but it does not seem to have an effect.
ionic run android --debug