I am trying to take an advantage of new feature "Connect Liberty Debugger" from the debugger perspective. I added few breakpoints in the application and then tried to access my application from the browser when I hit a breakpoint in the application the eclipse debug perspective is not highlighted.
[�[1;34mINFO�[m] [INFO ] DSRA8206I: JDBC driver version : 4.33.31
[�[1;34mINFO�[m] [INFO ] registering MBean org.apache.cxf:bus.id=WSBankEJB-Server-Bus,type=Performance.Counter.Server,service="{http://session.wsbankdb.gs.svt.websphere.ibm.com/}GarageSaleBankManagerService",port="GarageSaleBankManagerPort": org.apache.cxf.management.counters.ResponseTimeCounter@4857a4a0
[�[1;34mINFO�[m] [INFO ] registering MBean org.apache.cxf:bus.id=WSBankEJB-Server-Bus,type=Performance.Counter.Server,service="{http://session.wsbankdb.gs.svt.websphere.ibm.com/}GarageSaleBankManagerService",port="GarageSaleBankManagerPort",operation="doTransaction": org.apache.cxf.management.counters.ResponseTimeCounter@60997aa6
[�[1;34mINFO�[m] [INFO ] registering MBean org.apache.cxf:bus.id=GarageSaleEJB-Client-Bus,type=Performance.Counter.Client,service="{http://session.wsbankdb.gs.svt.websphere.ibm.com/}GarageSaleBankManagerService",port="GarageSaleBankManagerPort": org.apache.cxf.management.counters.ResponseTimeCounter@47a4fe06
[�[1;34mINFO�[m] [INFO ] registering MBean org.apache.cxf:bus.id=GarageSaleEJB-Client-Bus,type=Performance.Counter.Client,service="{http://session.wsbankdb.gs.svt.websphere.ibm.com/}GarageSaleBankManagerService",port="GarageSaleBankManagerPort",operation="doTransaction": org.apache.cxf.management.counters.ResponseTimeCounter@3b2bf629
[�[1;34mINFO�[m] [INFO ] registering MBean org.apache.cxf:bus.id=GarageSaleEJB-Server-Bus,type=Performance.Counter.Server,service="{http://session.gsdb.gs.svt.websphere.ibm.com/}GarageSaleStoreManagerService",port="GarageSaleStoreManagerPort",operation="checkOut": org.apache.cxf.management.counters.ResponseTimeCounter@1a32f5d8
[�[1;34mINFO�[m] [INFO ] registering MBean org.apache.cxf:bus.id=GSjsf40LibertyWeb-Client-Bus,type=Performance.Counter.Client,service="{http://session.gsdb.gs.svt.websphere.ibm.com/}GarageSaleStoreManagerService",port="GarageSaleStoreManagerPort",operation="checkOut": org.apache.cxf.management.counters.ResponseTimeCounter@5590f118
[�[1;34mINFO�[m] Listening for transport dt_socket at address: 7777
You can see eclipse workspace is not highlighted to step into the debugger.
I am trying to take an advantage of new feature "Connect Liberty Debugger" from the debugger perspective. I added few breakpoints in the application and then tried to access my application from the browser when I hit a breakpoint in the application the eclipse debug perspective is not highlighted.
You can see eclipse workspace is not highlighted to step into the debugger.