From f082ea7bc31407965b6877c88dc8971a72907e44 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 7 Nov 2024 12:55:24 +0800 Subject: [PATCH] Limit the wide images to a maximum of 600px. Fix https://github.com/Vector35/debugger/issues/658 --- docs/guide/index.md | 2 +- docs/guide/remote-debugging.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 007766d..ecd922d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -7,7 +7,7 @@ The debugger plugin is shipped with Binary Ninja. It is [open-source](https://gi ## UI -[](../../img/debugger/ui.png) + The debugger UI mainly consists of six parts: diff --git a/docs/guide/remote-debugging.md b/docs/guide/remote-debugging.md index 9e84215..26028f3 100644 --- a/docs/guide/remote-debugging.md +++ b/docs/guide/remote-debugging.md @@ -79,7 +79,7 @@ a process locally. - Click "Debugger" -> "Debug Adapter Settings..." in the main window menu bar -![](../../img/debugger/remoteadaptersettings.png) + - Specify the executable path and working directory on the remote machine. This is likely different from the local path which is shown by default