You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ ruby trace.rb <path to ruby file>
18
18
19
19
however you probably want to use it in combination with CodeTracer, which would be released soon.
20
20
21
+
### Development
22
+
23
+
This repository provides a Nix flake for the development shell. With direnv installed, the shell is loaded automatically when you enter the directory. Run `direnv allow` once to enable it.
24
+
25
+
The same environment is configured for GitHub Codespaces via devcontainer configuration.
26
+
21
27
### env variables
22
28
23
29
* if you pass `CODETRACER_RUBY_TRACER_DEBUG=1`, you enables some additional debug-related logging
0 commit comments