:
Last modified: Sep 8, 2021

Debug

Debug documentation for altinn.studio frontend

Debugging

Google Chrome has many debugging tools, but most used in altinn.studio is breakpoints in the react-code.
This allows for code to run, and pause at the desired codeline, so the developer can then inspect different values that is present when the desired code is ran.

Debugging tools

  1. Google Chrome React Devtools
  2. Google Chrome Redux Devtools