Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 184872 - [evaluation] after breakpoint in eval, var view shows invalid frame error
Summary: [evaluation] after breakpoint in eval, var view shows invalid frame error
Status: RESOLVED DUPLICATE of bug 167733
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-01 10:43 EDT by Darin Wright CLA
Modified: 2007-07-29 09:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2007-05-01 10:43:51 EDT
I20070501-0010

* using the following code, debug to a breakpoint in main()
* set a breakpoint on the first line of args()
* turn on pref to suspend at breakpoints in evaluations
* evaluate line of code in main
* hits breakpoint
* resume
> var view shows "invalid stack frame" and top frame is not re-selected

public class Varargs {
	public static void main(String[] args) {
		new Varargs().args("GO GO GO", 1, 2, 3, 4);
	}

	public void args(String sam, int... x) {
		System.out.println(sam);
		for (int i : x) {
			System.out.println(i);
		}
		
	}
}
Comment 1 Darin Wright CLA 2007-05-02 14:16:58 EDT

*** This bug has been marked as a duplicate of bug 167733 ***
Comment 2 Eclipse Webmaster CLA 2007-07-29 09:22:32 EDT
Changing OS from Mac OS to Mac OS X as per bug 185991