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 - [69cat] Ruby Debugger aborts during execution of test files
Summary: [69cat] Ruby Debugger aborts during execution of test files
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-21 19:39 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Log file with enhanced ruby logging info. (190.96 KB, application/octet-stream)
2010-03-21 19:40 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
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.