debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Documentation: Debugger User Guide needs links to API docs

Open galenbwill opened this issue 3 years ago • 1 comments

This issue was extracted from Vector35/binaryninja-api/issues/3563 into the debugger repo, but it applies to debugger.md

  • [ ] The first instance of DebugAdapter in the Debug Adapters section needs to link to the relevant API documentation
    • [ ] The debugger API documentation needs to exist and be available somewhere linkable.

galenbwill avatar Oct 24 '22 23:10 galenbwill

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

xusheng6 avatar Mar 25 '25 06:03 xusheng6

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.

psifertex avatar Oct 23 '25 14:10 psifertex