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 88624 - Breakpoints are not persisted if close IDE quickly after toggle breakpoint
Summary: Breakpoints are not persisted if close IDE quickly after toggle breakpoint
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-03 17:41 UTC by Alexander Zgursky
Modified: 2009-04-23 22:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for the runtime (3.81 KB, text/plain)
2008-08-11 23:20 UTC, Kirill Sorokin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Zgursky 2006-11-03 17:41:21 UTC
Steps to reproduce (reproduces occasionally - depends on how fast you are):
- open any BPEL
- set breakpoint somewhere and close the IDE right away
- open IDE again

Result: the breakpoint is not there (while you've certainly seen it before you
close the IDE)

Cause: breakpoint persisting is not a part of the "Toggle Breakpoint" action
handling, but a separate task, most likely carried out in a separate thread.
Looks like this task is canceled during the IDE closing process.
Comment 1 Alexander Zgursky 2007-01-30 12:40:49 UTC
Change the priority to P4 since this issue is not harmfull and really difficult
to reproduce
Comment 2 Kirill Sorokin 2007-12-11 08:53:19 UTC
-> Sierra
Comment 3 Andrei Chistiakov 2008-01-17 11:08:47 UTC
Changed target milestone from Sierra to 6.1 in order to display correct info on
NB 6.1 dashboard
Comment 4 Kirill Sorokin 2008-08-11 23:20:26 UTC
Created attachment 67090 [details]
Patch for the runtime
Comment 5 Vladimir Yaroslavskiy 2009-03-04 13:44:23 UTC
may be fixed somewhere:

I take the latest sierra 65 build,
open Synchronous sample, open BPEL file,
set breakpoint, close IDE, open IDE:
breakpoint is at the same place.
Comment 6 terrybraun 2009-04-23 22:39:02 UTC
QA could not reproduce the issue and declares it verified with NetBeans IDE 6.5.1 (Build 200904151427).