-
Notifications
You must be signed in to change notification settings - Fork 4
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
Document shortcuts #3
Comments
I realize this is old, but I agree.. having them in the readme would help. And BTW - Absolutely fantastic module Kirk! I was trying to figure out how to troubleshoot a module, and none of the standard things I would do were working. Tried this and instant success. |
I found this too - apparently entering "h" will give back the same information. As a quick overview for other people with the same problem:
|
Wow, I completely missed this thread. Methinks I need to make sure these things show up in my Inbox better. Anyhow, I agree, more docs are necessary to learn the standard debugger commands. I've just demoed PowerShell debugging at two separate conferences, and have another coming up, and I need to round out the docs for this (and my other) modules. Point very well taken. For the useful commands, aside from those listed above (h, q, c), I also highly recommend getting to know the following:
I'll work on improving the docs in a future update, as well as updating docs in this GitHub repository. |
I've enjoyed using this module, and it's worked very well for me so far. I haven't figured how to actually navigate through the program using the
breakpoint
command; the only shortcut I've figured out is thatq
will exit the program.Can you document the supported commands for navigating through a program that has reached a breakpoint?
The text was updated successfully, but these errors were encountered: