Summary
In this chapter, we covered everything you need to know to efficiently debug your SPFx solutions. We started by explaining the underlying concepts behind the debugging process using source maps. Then, we detailed how to debug both SPFx Web Parts and extensions using Visual Studio Code and provided some tips and tricks for each.
We continued by explaining how to debug the execution environment by leveraging built-in SPFx and SharePoint tools such as the SPFx developer dashboard and maintenance mode.
Finally, we covered other third-party tools that you can use as well to help you in your debug sessions.
In the next chapter, we’ll cover another important topic regarding SPFx solutions: consuming APIs to interact with data.