Skip to content

Commit

Permalink
Limit the wide images to a maximum of 600px. Fix Vector35#658
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Nov 7, 2024
1 parent 61857b0 commit f082ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The debugger plugin is shipped with Binary Ninja. It is [open-source](https://gi

## UI

[<img src="../../img/debugger/ui.png" width="100%" align="center"/>](../../img/debugger/ui.png)
<img src="../../img/debugger/ui.png" width="600px">

The debugger UI mainly consists of six parts:

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/remote-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ a process locally.

- Click "Debugger" -> "Debug Adapter Settings..." in the main window menu bar

![](../../img/debugger/remoteadaptersettings.png)
<img src="../../img/debugger/remoteadaptersettings.png" width="600px">

- Specify the executable path and working directory on the remote machine. This is likely different from the local path
which is shown by default
Expand Down

0 comments on commit f082ea7

Please sign in to comment.