@polska03 wrote:
Currently when I am debugging ionic2 apps I use Google Chrome's Developer tool to inspect my device. I read the console for any errors. The problem I am faceing is when errors occur the error messages are usful but they don't say where the occur. They just say where the error was called from the framework (e.g app.bundle.js:34121). It doesn't though say which of my app pages are causing it. It would be useful if it said the error is occurring for instance on app.ts on line 5. Is there a way to get this type of debugging help. Most languages and frameworks work like this, for instance Java will give you a stacktrace and on the top usually it says which of your classes is causing the error and the line number.
Posts: 5
Participants: 3