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 146894 - Stepping over 'import' statement does not work
Summary: Stepping over 'import' statement does not work
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-11 09:11 UTC by Martin Krauskopf
Modified: 2008-09-11 17:34 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 Martin Krauskopf 2008-09-11 09:11:58 UTC
I do not know about workaround -> P1.
Comment 1 Martin Krauskopf 2008-09-11 09:13:06 UTC
E.g. can't step over line 2:

  require 'java'
  import 'java.lang.System'
  s = System
Comment 2 Martin Krauskopf 2008-09-11 11:55:19 UTC
Fixed: #3c22a4d5471d
Comment 3 Quality Engineering 2008-09-11 17:34:11 UTC
Integrated into 'main-golden', will be available in build *200809111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3c22a4d5471d
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: #146894: Stepping over 'import' statement does not work (also better fix for #106115). Right fix needs to be done in the backends.