debugger
debugger copied to clipboard
Documentation: Debugger User Guide needs links to API docs
This issue was extracted from Vector35/binaryninja-api/issues/3563 into the debugger repo, but it applies to debugger.md
- [ ] The first instance of
DebugAdapterin the Debug Adapters section needs to link to the relevant API documentation- [ ] The debugger API documentation needs to exist and be available somewhere linkable.
We already link to the debugger controller docs when we first used the word "DebuggerController". There is no docs for debug adapters (for now) since they are not directly exposed to the user. If we get #401 done, it might be a good idea to do so
I think the API was renamed DebugAdapterType now isn't it? I just pushed https://github.com/Vector35/debugger/commit/7940278cf8a6a48d5ab7efcab6f18baf9e0d8465 to fix this, but if that's incorrect, feel free to revert. Either way, we can probably close this.