In this chapter, we have learned how to run the debugger and master its interface. We have also seen how to pin non-debuggable functions and variables in order to avoid showing private data when needed. We also inspected cool standard features that make our debugging and development life easier: code analyzers and Event Recorder.Â
Now you're ready to debug extensions, to inspect events, and to analyze your AL code.
In this chapter, we have also saw how to catch runtime errors while inspecting code flow. In the next chapter, we will master how to detect logic issues (bugs) in application code through the development of automated tests.