Skip to content

Commit e08a307

Browse files
update outdated parameter (#147) (#148)
1 parent f1e2ca8 commit e08a307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/extending-neo4j/server-debugging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To specify the parameters, you must add a line for the additional Java arguments
1111

1212
[source, properties]
1313
----
14-
dbms.jvm.additional=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
14+
server.jvm.additional=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
1515
----
1616

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

0 commit comments

Comments
 (0)