| org.apache.harmony.jpda.tests.jdwp.StackFrame.JDWPStackFrameTestCase org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFramesTest
Method Summary | |
protected String | getDebuggeeClassName() | public static void | main(String[] args) | void | printStackFrame(int NumberOfFrames, FrameInfo[] frameInfos) | public void | testPopFramesTest001() This testcase exercises StackFrame.PopFrames command to discard one top frame.
The test starts PopFramesDebuggee class, sets a breakpoint
in 'nestledMethod4', stops at breakpoint and prints stack.
Then the test performs StackFrame.PopFrame command for one top frame,
prints stack and checks that discarded frame is not returned
by ThreadReference.Frames command. |
getDebuggeeClassName | protected String getDebuggeeClassName()(Code) | | |
printStackFrame | void printStackFrame(int NumberOfFrames, FrameInfo[] frameInfos)(Code) | | |
testPopFramesTest001 | public void testPopFramesTest001()(Code) | | This testcase exercises StackFrame.PopFrames command to discard one top frame.
The test starts PopFramesDebuggee class, sets a breakpoint
in 'nestledMethod4', stops at breakpoint and prints stack.
Then the test performs StackFrame.PopFrame command for one top frame,
prints stack and checks that discarded frame is not returned
by ThreadReference.Frames command.
Then the test resumes debuggee and checks stop on the same breakpoint.
|
|
|