Debugging FuseESB application in Eclipse

后端 未结 3 1524
南旧
南旧 2021-01-05 19:46

Fuse ESB uses karaf server with OSGi.

for the code if anybody has steps to get the debugger for the application it will help.

I am currently using Eclipse In

3条回答
  •  北海茫月
    2021-01-05 20:01

    1) just run $fuse debug (jboss fuse 6.1.0 version) debug port is 5005, 2) in eclipse or jboss dev studio do following i) run ii) debug configuration iii) remote java application -> create new iv) host: localhost, port : 5005 v) click on debug 3) put breakpoints in java classes

提交回复
热议问题