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 253890 - [81cat]Automatic pop
Summary: [81cat]Automatic pop
Status: REOPENED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 10:02 UTC by -Silver-
Modified: 2018-03-12 20:31 UTC (History)
1 user (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 -Silver- 2015-07-28 10:02:08 UTC
Link: http://services.netbeans.org/synergy/client/app/#/case/1289/suite/1882

Following the test case the expected result is:
"Current thread should backtrack to line 27."

Actually the current thread stays on line 39 doing nothing.
Comment 1 stwr 2015-07-29 06:57:23 UTC
I cannot reproduce it. Maybe you did not perform Setup steps for this step?

"Start NetBeans IDE with clear userdir. Open project MemoryView, invoke Properties from the popup menu of the MemoryView project node, select Build > Compiling category and check Compile on Save option. Then invoke Tools > Options from main menu, select Java > Java Debugger, General category and check Apply code changes after save (in "Compile on Save" mode only) option. Click OK button."



Product Version: NetBeans IDE 8.1 Beta (Build 201507231027)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\8.1beta
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\8.1beta
Comment 2 Martin Entlicher 2015-07-29 08:12:46 UTC
Yes, when you have checked "Apply code changes after save", it applies the changes and pops automatically to line 27.
Comment 3 Jiri Kovalsky 2018-03-12 20:30:13 UTC
I am still able to reproduce it. Martine, did you try to follow the test case step by step? I am on vacation this week but maybe next week I can show you the buggy behavior.