Error handling: Difference between revisions

imported>Pogobanane
Init a page about error handling and debugging
 
imported>Pogobanane
add dedicated debugging section
Line 46: Line 46:


An example for a debugging facility in NixOS is running NixOS tests interactively (see [13]).
An example for a debugging facility in NixOS is running NixOS tests interactively (see [13]).
== Debugging ==
<!-- put debugging into a heading for search engine optimisation -->
As mentioned above, you can use break to debug nix code, breakpointHook to debug nix builds and NixOS facilities to debug NixOS tests.


== See also ==
== See also ==