mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Update debug help.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user