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 182453

Summary: [69cat] Ruby Debugger aborts during execution of test files
Product: ruby Reporter: esmithbss <esmithbss>
Component: DebuggerAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Log file with enhanced ruby logging info.

Description esmithbss 2010-03-21 19:39:41 UTC
Product Version = NetBeans IDE Dev (Build 201003190200)
Operating System = Linux version 2.6.32-trunk-686 running on i386
Java; VM; Vendor = 1.6.0_18
Runtime = Java HotSpot(TM) Client VM 16.0-b13

After selecting "Debug Test File" from the Debug menu and stepping through the process being debugged for a few steps, the debugging connection is aborted and the IDE thinks the debugging session is finished.
Comment 1 esmithbss 2010-03-21 19:40:20 UTC
Created attachment 95502 [details]
Log file with enhanced ruby logging info.
Comment 2 Erno Mononen 2010-03-22 09:25:12 UTC
The debugger backend apparently just aborts while getting variables. Can you provide a minimalistic reproducible test case? We should file this against ruby-debug-ide (http://rubyforge.org/tracker/?group_id=3085); I'm changing this to a task to track the issue.