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 97748 - Stop of paused debugged application in ide has no instant effect
Summary: Stop of paused debugged application in ide has no instant effect
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 111839 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-13 15:23 UTC by ehucka
Modified: 2010-04-29 09:32 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 ehucka 2007-03-13 15:23:58 UTC
Steps:

1. debug main project - e.g. AnagramGame
2. put a breakpoint in some method and wait till debugger stops on it
3. invoke Stop action in output window of debugged application - AnagramGame(debug)

Result: debugger session is not stopped immediately, user can perform a few
another steps before debugger is finished
Comment 1 Martin Entlicher 2007-03-13 16:02:23 UTC
This is not severe enough for P3 priority IMHO.
I've reproduced it, it looks like the ANT process can not be terminated
immediately, therefore several steps need to be performed.
Comment 2 Martin Entlicher 2007-08-03 09:38:53 UTC
*** Issue 111839 has been marked as a duplicate of this issue. ***
Comment 3 Petr Cyhelsky 2008-09-18 10:22:50 UTC
in:
Product Version: NetBeans IDE Dev (Build 200809180201)
Java: 1.5.0_15; Java HotSpot(TM) Client VM 1.5.0_15-b04
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

It seems to be working very well. I tried it on many different projects including the steps and couldn't reproduce. The
build is always stopped so soon that I'm unable to perform any step. The issue was probably fixed as side effect of
other changes.

Please feel free to reopen the issue in case it reappears.
Comment 4 Quality Engineering 2010-04-29 09:32:21 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.