Skip to content

Commit 3152893

Browse files
committed
Add debug args
1 parent c0632f3 commit 3152893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp-java-boot.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Store CALLBACK to use it `sts/highlight'."
117117
(format "-Dloader.path=%s" (lsp-java-boot--find-tools-jar)))
118118
(format "-Dspring.lsp.client-port=%s" port)
119119
(format "-Dserver.port=%s" port)
120+
;; "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044,quiet=y"
120121
"-Dsts.lsp.client=vscode"
121122
(concat "-Dsts.log.file=" (make-temp-file "sts-log-file" nil ".log"))
122123
(concat "-Dlogging.file=" (make-temp-file "logging-file" nil ".log"))

0 commit comments

Comments
 (0)