Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: broken images on FAQ / Debugging (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca authored Nov 19, 2023
1 parent a30f1ec commit 4f7727a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/faq/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Tap it to see the developer tools.

1. enable webView debugging in Delta Chat settings
`Settings` > `Advanced` > `Developer Mode`:
<img alt="image of andvanced screen" src="images/android_remote_debug_enable.png" style="max-height:40vh" />
<img alt="image of andvanced screen" src="/images/android_remote_debug_enable.png" style="max-height:40vh" />

1. enable developer mode and ADB debugging on your device
_(go to system settings, device info, click 7+ times on build number
Expand All @@ -49,15 +49,15 @@ Tap it to see the developer tools.

<p>
<img
src="images/android_remote_debug_list.png"
src="/images/android_remote_debug_list.png"
alt="screenshot of chrome dev tools device list"
style="max-height:40vh"
/>
</p>

| Inpect HTML | JavaScript Console |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| ![dev tools inpector](images/android_remote_debug_inspector.png) | ![dev tools js console](images/android_remote_debug_console.png) |
| ![dev tools inpector](/images/android_remote_debug_inspector.png) | ![dev tools js console](/images/android_remote_debug_console.png) |

> Make sure to **disable adb debugging again** after you are done with debugging!

Expand All @@ -74,7 +74,7 @@ Start the webxdc you want to debug and press `F12` to open the developer tools:

<p>
<img
src="images/desktop_debug_open.png"
src="/images/desktop_debug_open.png"
alt="screenshot of desktop webxdc window with devtool"
style="max-height:40vh"
/>
Expand All @@ -84,15 +84,15 @@ A bit small isn't it? fix it either by resizing the window's **width** or **undo

<p>
<img
src="images/desktop_debug_undock.png"
src="/images/desktop_debug_undock.png"
alt="undock devtools"
style="max-height:40vh"
/>
</p>

<p>
<img
src="images/desktop_debug_extra_window.png"
src="/images/desktop_debug_extra_window.png"
alt="undock devtools"
style="max-height:40vh"
/>
Expand Down

0 comments on commit 4f7727a

Please sign in to comment.