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
Just wondering if there is a debug flag or anything I can turn on for when I am tweaking the commands or config?
I am finding sometimes that a key binding is not firing or that a annotation regex is not picking anything up so it would be good to get some debug information.
Could the in memory state of annotations by class, key bindings and command events be rendered to the corner of the screen or something when a -debug flag is passed in?
Thanks.
The text was updated successfully, but these errors were encountered:
There is currently no debug flag, I've mostly just added logging functionality to the code when needed. I agree there should definitely be some utilities for debugging.
The total number of annotations found is displayed in the top-right corner, just to the left of the current line / total lines indicator. You can use that as a quick sanity check at least.
Just wondering if there is a debug flag or anything I can turn on for when I am tweaking the commands or config?
I am finding sometimes that a key binding is not firing or that a annotation regex is not picking anything up so it would be good to get some debug information.
Could the in memory state of annotations by class, key bindings and command events be rendered to the corner of the screen or something when a
-debug
flag is passed in?Thanks.
The text was updated successfully, but these errors were encountered: