I have a GWT application which i need to debug the both client java classes (GWT) and server business classes. I can successfully debug the server side classes where the debug point hits when ever a service request process.
But the problem is in client java classes non of the debug points are hit. What is the reason for it? Do i need to have further steps or tool in order to debug the GWT java classes?
I am using eclipse indigo and glassfish.