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 151098

Summary: Debugging output of ruby-debug-ide should go the IDE log
Product: ruby Reporter: Martin Krauskopf <mkrauskopf>
Component: DebuggerAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 147637, 150820    

Description Martin Krauskopf 2008-10-23 08:56:31 UTC
Instead of to the Output Windows. This will make it easier to find the culprit of debugger bugs. Likely will need a
tweak in the backend.
Comment 1 Martin Krauskopf 2008-10-30 09:10:05 UTC
Progress in the backend:

   http://rubyforge.org/pipermail/debug-commons-commits/2008-October/000288.html
Comment 2 Martin Krauskopf 2008-10-30 21:57:48 UTC
debug-commons-part:

   http://rubyforge.org/pipermail/debug-commons-commits/2008-October/000289.html
Comment 3 Martin Krauskopf 2008-10-31 12:00:59 UTC
Implemented: #46dcdd39fb84
Comment 4 Quality Engineering 2008-10-31 16:28:48 UTC
Integrated into 'main-golden', will be available in build *200810311401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/46dcdd39fb84
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: Upgrading to new ruby-debug-ide (0.4.0) and new debug-commons-java (related to issues like #151098, #147637, #147637). In general brings robustness, strictness and better logging infrastructure (only one log is needed now) of underlaying layers. Might reveal more bugs.

Changelog of debug-commons-java since last update:

  * Robustness, strictness, logging:
    * let <message>s to come asynchronously
    * strict debug-commons protocol checking
    * better logging infrastructure
    * more info during failures