README contains invalid JVM parameter "--agentlib" which needs to be "-agentlib"

This commit is contained in:
Jöran Malek
2020-06-02 12:04:27 +00:00
parent baa643b6ac
commit 31d77994a0
+1 -1
View File
@@ -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