Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/extending-neo4j/server-debugging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To specify the parameters, you must add a line for the additional Java arguments

[source, properties]
----
dbms.jvm.additional=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
server.jvm.additional=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
----

This configuration starts Neo4j, ready for remote debugging attachment, at `localhost`` and port `5005`.
Expand Down