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.