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 262784

Summary: Add JPDA listening session startup code to an API class
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal Keywords: API
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Martin Entlicher 2016-07-12 17:33:25 UTC
Start of JPDA listening session is on several places already, in classes named JPDAStart (in ANT project, Maven project and most recently in issue #262752).

It's necessary to have the code at one place to keep the consistency.

There needs to be an API utility class, that will start the listening session after desired parameters are specified.