Debugging FuseESB application in Eclipse

后端 未结 3 1618
南旧
南旧 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 19:55

    You just need to put the following line in the Fuse ESB startup script (e.g. fuseesb.bat or karaf.bat):

    set KARAF_DEBUG=true

    After that Fuse ESB will start in debug mode using 5005 port.

提交回复
热议问题