Skip to content

Discovering errors

Jörg Reichert edited this page Jun 7, 2020 · 1 revision

When there is an error in our application the application usually stops and jumps to the line of code where the incident had happened.

In general is advisable to check the error console for issues during execution:

error view

You can then try to set a break point just before that line, what is happing there, as already described in that wiki page.

Clone this wiki locally