Bug 19541 - Java debug timeout preference not persisted
Summary: Java debug timeout preference not persisted
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 19494
  Show dependency tree
 
Reported: 2002-06-06 16:10 EDT by Darin Swanson CLA
Modified: 2002-06-09 10:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2002-06-06 16:10:10 EDT
We are not saving the preference store associated with the JDIDebugPlugin.
Should be saved at shutdown and on modification.
Comment 1 Darin Swanson CLA 2002-06-06 16:11:19 EDT
F3 Candidate.
Comment 2 Darin Swanson CLA 2002-06-06 16:31:45 EDT
Neither the LaunchingPlugin nor the JDIDebugPlugin were saving their 
preferences.

Saved on shutdown and on modification by the java debug pref page.
Methods added to JavaRuntime and JDIDebugModel (savePreferences)
Comment 3 Darin Swanson CLA 2002-06-06 16:32:45 EDT
Needs verification for F3.
Comment 4 Darin Wright CLA 2002-06-07 11:35:56 EDT
I am not seeing this fix. When I restart a workbench, the preference reverts to 
3000ms, which is the default. Is this just a UI glitch?
Comment 5 Jared Burns CLA 2002-06-07 16:36:41 EDT
The debugger timeout is persisted fine for me on 20020607. Are you sure you're 
running the latest code?
Comment 6 Darin Swanson CLA 2002-06-07 17:00:07 EDT
I cannot reproduce the problem on 20020607 either.  This is likely a side 
effect of the core fix for preference storing.

Can you please check again using 0607?
Comment 7 Darin Swanson CLA 2002-06-07 17:00:23 EDT
Please verify.
Comment 8 Darin Wright CLA 2002-06-09 10:44:52 EDT
Verified.