[jboss-user] [jBPM] - Re: run and debug web application project

Minh Hoang TO do-not-reply at jboss.com
Wed Jun 19 02:56:13 EDT 2013


Minh Hoang TO [https://community.jboss.org/people/hoang_to] created the discussion

"Re: run and debug web application project"

To view the discussion, visit: https://community.jboss.org/message/823788#823788

--------------------------------------------------------------
What you have to do is to enable the debugger for JVM running your web application, that has nothing to see with JBPM  :^0 . Let's check the right place to parse following property to your JVM

-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000

In case you trigger your app via Maven plugin, i am almost sure that the plugin provides a way to init debugger infrastructure. Let's take the case of Maven Surefire plugin, you could enable debugger with  mvn clean instal -Dmaven.surefire.debug=true
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/823788#823788]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130619/2c2f600d/attachment.html 


More information about the jboss-user mailing list