Error handling: Difference between revisions

imported>Pogobanane
add examples
imported>Pogobanane
mNo edit summary
Line 67: Line 67:
<!-- put debugging into a heading for search engine optimisation -->
<!-- put debugging into a heading for search engine optimisation -->


As mentioned above, you can use <code>break</code> to debug nix code, <code>breakpointHook</code> to debug nix builds and interactive tools to debug NixOS tests.  
To summarise debugging approaches discussed in this article, you can use <code>break</code> to debug nix code, <code>breakpointHook</code> to debug nix builds and interactive tools to debug NixOS tests.  


== References ==
== References ==