···33description: Tools and techniques for debugging Den configurations.
44---
5566-## REPL Inspection
66+## Den CI REPL
77+88+The following loads `denTest` and `den.lib` at REPL for exploration.
99+1010+```console
1111+just repl
1212+```
1313+1414+This will **not** load your project definitions, for that use:
1515+1616+## Your Flake REPL Inspection
717818Load your flake and explore interactively:
919···112122113123**Module not found**: Ensure the file is under `modules/` and not
114124prefixed with `_` (excluded by import-tree).
125125+