This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271115

Summary: Debugger GUI does not update upon attaching to Tomcat 8.5
Product: debugger Reporter: median1st
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description median1st 2017-07-18 06:44:36 UTC
Using Tomcat 8.5.15 or 8.5.16 the debugger IDE buttons (Finish, Pause, Continue, Single-Step etc.) remain grayed out even though the application is successfully deployed, server started and the debugger is actually attached. Once a breakpoint is hit, the debugger correctly stops and the GUI is updated accordingly.
This happens only at the second and further attempts to debug a web application. When NB is freshly started, the first debugger session behaves correctly. The incorrect behavior starts once the first debugging session is finished.