Skip to content

Commit 522fae3

Browse files
committed
📝 Tweak port hint
1 parent 6363d72 commit 522fae3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/debugging.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ Put the following content into that file:
7070
```
7171

7272
<Aside type="note" title="Not Working?">
73-
If the port `9223` is already in use or not working for some reason, you can change it to another port like `12345`.
74-
Just make sure to change it in both configurations.
73+
If breakpoints in the renderer process do not work, it can be that port `9223` is already in use or not working for some other reason.
74+
You can try changing it to another port like `12345`.
75+
Make sure to change it in both places in the `launch.json` file above.
7576
</Aside>
7677

7778
Once this is in place, you can start debugging Kando by selecting the "Kando: All" configuration in the debug panel and clicking the green play button.

0 commit comments

Comments
 (0)