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 268281 - Pinned watches interfere with Step Over (F8)
Summary: Pinned watches interfere with Step Over (F8)
Status: RESOLVED DUPLICATE of bug 268065
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-30 07:34 UTC by AlexFalappa
Modified: 2016-10-03 14:56 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 AlexFalappa 2016-09-30 07:34:39 UTC
Preparation:
* Start a debug session on a class with a moderately long source (at least three editor screens).
* Put two breakpoints somewhere in the first screen and somewhere in the third screen (the one in the first screen should be reached first)
* Start debugging
* When the first breakpoint is hit create a pinned watch near it
* Continue debugging
* When the second breakpoint is hit press F8 to step over the statement

Observed behaviour:
* The editor scrolls upwards to the first screen to make the pinned watch visible

Expected behaviour
* The editor stays in the third screen and highlights the next statement line



I'm not sure if this bug belongs to the editor component, reassign if not.
Comment 1 Martin Entlicher 2016-10-03 14:56:48 UTC

*** This bug has been marked as a duplicate of bug 268065 ***