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 - Debugger GUI does not update upon attaching to Tomcat 8.5
Summary: Debugger GUI does not update upon attaching to Tomcat 8.5
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-18 06:44 UTC by median1st
Modified: 2017-07-18 06:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.