Skip to content

Commit 20bea14

Browse files
Merge pull request killbill#628 from KBbitsP/v3
Updated debug info
2 parents ac1b253 + 2a46a98 commit 20bea14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

userguide/tutorials/development.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ The steps above configure the application so that the Kill Bill logs are display
419419

420420
Sometimes, you may face some issues in running the application. In such cases, it is useful to set up a breakpoint and debug the application. Here is how you can do this:
421421

422-
. Create a new environment variable *MAVEN_OPTS* and set it to `-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n`
422+
. Create a new environment variable *MAVEN_OPTS* and set it to `-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n`. In case, the war files are deployed in local Tomcat server installation, then you need to set *CATALINA_OPTS* to `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000`.
423423
+
424424
. Do the following in Eclipse:
425425
+

0 commit comments

Comments
 (0)