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 158497 - Traceback -- remove 'ruby-debug-ide' entries
Summary: Traceback -- remove 'ruby-debug-ide' entries
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@ruby
URL: http://rubyforge.org/tracker/index.ph...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 02:09 UTC by djlewis
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description djlewis 2009-02-13 02:09:08 UTC
I suggest you remove from the traceback for unhandled exceptions the lines in "ruby-debug-ide".  They look like this...

C:/Program Files/ruby/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.3.4/lib/ruby-debug.rb:96:in `debug_load'
C:/Program Files/ruby/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.3.4/lib/ruby-debug.rb:96:in `main'
C:/Program Files/ruby/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.3.4/bin/rdebug-ide:76
C:/Program Files/ruby/bin/rdebug-ide:19:in `load'
C:/Program Files/ruby/bin/rdebug-ide:19

They just clutter up the output window with the same stuff each time, without adding anything of benefit. I believe they
were not included in prior versions.
Comment 1 Martin Krauskopf 2009-08-27 10:50:08 UTC
Right. I've filed: http://rubyforge.org/tracker/index.php?func=detail&aid=27004&group_id=3085&atid=11903

It is problem in ruby-debug-ide gem. Will leave this open as a task to track the progress easily.