You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/debugging.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,9 @@ Put the following content into that file:
70
70
```
71
71
72
72
<Asidetype="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.
75
76
</Aside>
76
77
77
78
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