2023-10-27


Debugging in browser
It’s possible to debug using the browser devtools. Simply set the project environment to development and open the sources tab where there will be a source folder in which you can open your files and add breakpoints.
If necessary, enable source maps in the framework.
Go back to all posts