-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Tutorial on Using the Debugger #774
Comments
Yes, that would be very much appreciated! |
I think first of all the reference docs for the debugger should be written, they're currently inexistent! |
a good place to start/"steal" things from https://www.zknotes.com/note/5970 (if you haven't seen this already) |
TIL that a Nix debugger exists. Thanks, it will make my life easier. |
Unfortunately the debugger has some problems, we ran into a few last Nix Hour. I don't think I'll be using it in practice |
I think the debugger is quite hard to "discover", but can be a real life saver. It deserves a little more publicity.
My idea for a tutorial would be to (quite obviously) start off with a detailed version of:
And then explain the features of the debugger.
There's a video on YouTube with a demo that serves as a first approximation: https://www.youtube.com/watch?v=ypFLcMCSzNA&t=291s
I could give it a go if maintainers think this would be desirable.
The text was updated successfully, but these errors were encountered: