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 107859 - [DEBUGGER] Fast & Classic radiobuttons are useless if fast debugger is installed
Summary: [DEBUGGER] Fast & Classic radiobuttons are useless if fast debugger is installed
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 16:31 UTC by Tomas Danek
Modified: 2007-08-14 15:38 UTC (History)
0 users

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 Tomas Danek 2007-06-22 16:31:21 UTC
070621
-----------
- if you install (or you already have installed) fast debugger, and you are using native ruby, fast debugger is always
used. It would be good to disable classic debugger radiobutton, because even if classic radio is selected, fast debugger
is used.
Comment 1 Martin Krauskopf 2007-06-27 18:06:46 UTC
Fixed. As we talked about it. They are somehow useful now :)

cvs ci -m "With the new Ruby Debugger options we agreed that it does not make
too much sense to switch to Fast Debugger automatically. In the current design
it is set automatically after installation and user has to say explicitly if
she/he wish to use Classic Debugger" ...

debugger/src/org/netbeans/modules/ruby/debugger/Bundle.properties;
new revision: 1.19; previous revision: 1.18
debugger/src/org/netbeans/modules/ruby/debugger/RubyDebugger.java;
new revision: 1.40; previous revision: 1.39
debugger/src/org/netbeans/modules/ruby/debugger/RubyDebuggerOptionsPanelController.java;
new revision: 1.3; previous revision: 1.2
debugger/src/org/netbeans/modules/ruby/debugger/RubyDebuggerPanel.java;
new revision: 1.13; previous revision: 1.12
Comment 2 Jiri Kovalsky 2007-07-03 14:10:09 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:42:03 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.
Comment 4 Tomas Danek 2007-08-14 15:38:34 UTC
it seems that it works correctly - verified.