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 - Add JPDA listening session startup code to an API class
Summary: Add JPDA listening session startup code to an API class
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2016-07-12 17:33 UTC by Martin Entlicher
Modified: 2016-07-12 17:33 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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