mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
README contains invalid JVM parameter "--agentlib" which needs to be "-agentlib"
This commit is contained in:
@@ -51,7 +51,7 @@ You will run into warnings from `MSBuild`/`WiX` that are unrelated to how Cyberd
|
||||
## Debugging
|
||||
### 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` to allow to
|
||||
debug`duck` respectively. Add `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005` to allow to
|
||||
connect to the running application in your IDE by attaching to the remote JVM.
|
||||
|
||||
### Windows
|
||||
|
||||
Reference in New Issue
Block a user