Re: [Dev] WSO2 debugger is not working for me .Please guide.

2017-10-06 Thread Heshitha Hettihewa
Hi Aditya, I guess you have missed some steps when connecting the debugger. You should create a server and add the -Desb.debug=super parameter as you did. Then you should add debug configuration for ESB mediation debugger too. For that you should go to debug configurations (Run -> Debug Configura

Re: [Dev] WSO2 debugger is not working for me .Please guide.

2017-10-06 Thread Nandika Jayawardana
Hi Aditya, Please follow the instructions from the page [1] [1] https://docs.wso2.com/display/ESB500/Debugging+Mediation. It seems you are passing the wrong argument -Desb.debug=super, which should be -Desb.debug=true. Regards Nandika On Fri, Oct 6, 2017 at 4:53 PM, aditya shivankar < shivanka

Re: [Dev] WSO2 debugger is not working for me .Please guide.

2017-10-09 Thread aditya shivankar
Hi Nandika, I tried "-Desb.debug=true" as well . But getting the same issue. With Regards, Aditya On Fri, Oct 6, 2017 at 5:33 PM, Nandika Jayawardana wrote: > Hi Aditya, > > Please follow the instructions from the page [1] > > [1] https://docs.wso2.com/display/ESB500/Debugging+Mediation. > > I