I'm running Glassfish on Netbeans, but debugger can't stop at breakpoints.
I started Glassfish with "Debug-mode", attached debugger to 9009 port, as I saw in log file. I set a breakpoint on a line in my Managed-Bean code, right clicked the project and selected "Debug".
But the debugger never stopped and I couldn't find any errors.
Even if I set breakpoints on other lines, it didn't work.
Do I need any other configurations ?
Here is my environment.
- JDK 1.8.0_60
- Netbeans 8.1
- Glassfish 4.1.1
- JavaEE 7
Could somebody let me know what I am wrong ?