Skip to content

Commit 2a46a98

Browse files
committed
Updated debug info
Updated debug info
1 parent ac1b253 commit 2a46a98

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)