Hi @aaronksaunders thanks for your answer!
My project is based in Angular and Capacitor without Ionic, so, I am not sure but I think that it is not possible to use the live reload… correct me if I am wrong. Is it possible to use live reload directly in Capacitor without ionic?
Anyway, I need to debug directly on the device, because I need to test logic that use SQLite DB and it is not possible to have that database in the browser. So, for that reason, I am trying to use the Chrome DevTools to inspect my app inside the connected Android device but I can’t see properly my TypesScript code (it is minified) to add breakpoints or debuggers instead of console.logs.
Thanks again!!!