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 165892 - [67cat] [debug] Unable to debug rake tasks
Summary: [67cat] [debug] Unable to debug rake tasks
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-24 07:54 UTC by esmithbss
Modified: 2009-05-29 15:47 UTC (History)
3 users (show)

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-05-24 07:54:55 UTC
[ BUILD # : 200905211401 ]
[ JDK VERSION : 1.6.* ]

When I click on the "debug" box in the Run/Debug Rake task wizard, I
can run the rake task, but the debugger never starts up.

I can set breakpoints in the task, but when I run the rake tasks,
these breakpoints are never honored.
Comment 1 esmithbss 2009-05-26 16:43:39 UTC
I went back to 6.5.1 over the weekend to see if this is a regression.  Rake debugging works under 6.5.1 so I would
qualify this as a regression.

Comment 2 esmithbss 2009-05-26 16:56:24 UTC
Bumped priority to P1 based on this being a regression of functionality from 6.5.1
Comment 3 Erno Mononen 2009-05-26 17:27:59 UTC
Reproduced, thanks for the report. Likely a bug in the backend, will investigate tomorrow.
Comment 4 Erno Mononen 2009-05-27 08:17:05 UTC
Fixed in bed89cd499b4. This turned out to be caused by a simple but nasty oversight in the rake runner, likely the bug 
was there since the migration to the new execution API (i.e. 6.7 M1). So not a bug in the backend. Thanks again for 
catching this!
Comment 5 Tomas Mysik 2009-05-27 10:12:02 UTC
Patch is OK.
Comment 6 Martin Schovanek 2009-05-27 11:22:21 UTC
Verified in continuous build by QE.
Comment 7 Erno Mononen 2009-05-27 14:26:21 UTC
Transplanted to release67: http://hg.netbeans.org/release67/rev/863f09689195
Comment 8 Quality Engineering 2009-05-27 18:42:54 UTC
Integrated into 'main-golden', will be available in build *200905271401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bed89cd499b4
User: Erno Mononen <emononen@netbeans.org>
Log: #165892: [67cat] [debug] Unable to debug rake tasks
Comment 9 Martin Schovanek 2009-05-29 15:47:06 UTC
Verified in release67 by QE.