Update debug help.

This commit is contained in:
David Kocher
2024-11-26 14:51:28 +01:00
parent d691ea278a
commit 45819b366e
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -139,9 +139,7 @@ You will run into warnings from `MSBuild`/`WiX` that are unrelated to how Cyberd
### macOS
Edit `setup/app/Info.plist` if you want to debug _Cyberduck.app_ or `setup/pkg/Info.plist` if you want to
debug`duck` respectively. Add `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005` in `VMOptions` to
allow to connect to the running application in your IDE by attaching to the remote JVM.
Build with `-Pdebug` to allow attaching the remote debugger on port `5005`.
### Windows