Skip to content

Added docs for Vebugger_PreUserAction and Vebugger_PostUserAction #92

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

TamaMcGlinn
Copy link

In issue #9 you mentioned adding custom command hooks for users to subscribe to, but I couldn't find anything in the documentation for it.

@TamaMcGlinn
Copy link
Author

By the way, I went into this because I wanted to see if I could add a seperate window that keeps track of the stack, allowing you to move up and down it and navigate with enter, similar to how NetRW works with a buffer in a non-text mode.

It would read the args and see if the command is one of a given list that is known to change the stack, and if so, call backtrace again to refresh that other buffer.

Now that I've read the documentation, I am wondering whether adding a think handler might be the better approach. Any thoughts on that? In fact, are there any cases where subscribing to Pre or PostUserAction is preferable to adding a think handler?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant