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 251252 - Problem with closing remote processes when interrupting debugging
Summary: Problem with closing remote processes when interrupting debugging
Status: RESOLVED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 08:21 UTC by hexin
Modified: 2015-07-02 21:15 UTC (History)
1 user (show)

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 hexin 2015-03-18 08:21:06 UTC
I have application that run selenium test cases with usage of TestNG. When i finish debugging test (or interrupt it) my browser doesn't close and Netbeans' status bar shows still that debugging is in progress. I need to close browser manually and then restart Netbeans.
Comment 1 Martin Entlicher 2015-03-18 08:57:28 UTC
Can you please provide some sample project? This looks to me like some project-specific issue...
Comment 2 Jiri Kovalsky 2015-03-18 08:59:44 UTC
Kacper, would you share your project with us or do you have some concrete steps to reproduce the issue? I sometime also experience not finished debugger but can't reproduce it reliably.
Comment 3 hexin 2015-03-18 09:08:14 UTC
I cannot provide the project outside my company. I will try to create some project to reproduce the problem, as soon as possible, but i don't know when.
Comment 4 Martin Entlicher 2015-07-02 21:15:18 UTC
Please, either describe step by step how we can reproduce the issue, or provide some sample test case. Thanks.