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 174409 - [68cat] [debugger] Hover over object causes debugger abort
Summary: [68cat] [debugger] Hover over object causes debugger abort
Status: RESOLVED INCOMPLETE
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-13 06:44 UTC by esmithbss
Modified: 2009-10-14 12:28 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 esmithbss 2009-10-13 06:44:58 UTC
[ BUILD # : 200910100201 ]
[ JDK VERSION : 1.6.* ]

While debugging a rake task I placed a breakpoint in my code.  After
the debugger ran for about 10 minutes it hit the breakpoint.  Once it
hit the breakpoint I hovered my mouse over an object to see the value
it stored.  Upon doing so, the debugger  session spontaneously
aborted.
Comment 1 esmithbss 2009-10-13 07:09:15 UTC
This also happens when switching to the Variables window.

The debugger is not terminating, but the link between the IDE and the debugger is.  This is a regression that makes the
IDE unusable for debugging if you need to check out any variable.
Comment 2 Erno Mononen 2009-10-14 12:28:09 UTC
This works for me; can you please provide a minimal sample where this is reproducible for you? Also, is there anything 
interesting in the log? Thanks.