
- #Script debugger 7 how to
- #Script debugger 7 mac osx
- #Script debugger 7 update
- #Script debugger 7 code
Prompt to launch in debug mode when breakpoints present. Ant errors should not prevent Java launch) irrelevant errors should not cause prompt (i.e. prompt should tell you which project(s) contain errors. Prompt to launch in face of compilation errors. when waiting for an ongoing build to complete before launching a node appears in the debug view in italics showing 'waiting for build'. the progress dialog never appears when launching in the background. waiting for ongoing build to complete before launching. launching in foreground (un-check 'Launch in background' option on common tab). The 'Run in Background' button is never present standard job progress dialog is displayed for the following cases. Search for VMs should find VMs in the new location for Lion and Mountain Lion. add the VM argument and check the option - the VM argument should not be duplicated in the launch. check the option on the Arguments tab to include the argument. In all launching tests that use SWT ensure the option to include -XstartOnFirstThread is honoured. launch normal Java, PDE and JUnit launches from the launch dialog, by context launching and via the launch shortcuts. When the same resource is launched again, the most recent configuration in the launch history associated with that resource is re-launched. This will create a launch configuration and entry in the launch history for the application. For example, when running a JUnit test you can launch it as a Java application or JUnit test. #Script debugger 7 how to
When no launch configuration exists for the selected resource, you will be prompted to select how to run or debug an application if there is more than one way to launch the selection. Pressing the Run or Debug toolbar button will launch the selected resource (as will the Run or Debug action in the top level Run menu). When the selected resource (or active editor) is not executable, you can opt to launch the associated project by selecting 'Always launch project if selected resource cannot be launched'.
Use the 'Run/Debug > Launching > Launch the selected resource or active editor' preference to enable this behavior.
Running and debugging applications has been simplified to run or debug the selected file or active editor. launch button(s) tooltip(s) should track selection changes (update as selections change) non-launchable resource should prompt to run the parent (if set to do so, toggle pref on Launching preference page). changes to configurations are cancelable. only show listing of launch configurations that apply to selected resource. ensure you can inspect / display within anonymous types bug 334662. in a clean workspace, popups should size reasonable on the first use, after which the popup sizes are persisted and reused. move the result to the Display view or Expressions view #Script debugger 7 code
use code assist (key binding and context menu).switch statements should be supported in evaluations.everywhere else, popups are used to display/inspect the result.note that in the Display view and Snippet editor, 'Display' prints the result in-line.for arrays as the receiving 'this' context.should work in 'save' action in detail pane.should work in assign value from variables view.should work in Inspect / Display / Evaluations.should work with Inspect / Display / Evaluations.works as an evaluation (from display and details pane).change number of references to show on Heap walking preference page.in-line as variable in the variables view (change in view preferences and preference page).change number of instances to show on Heap walking preference page.Java editor popup (type name or constructor name selected).Java Outline view popup (type and constructors only).should not be available when not debugging with 1.6 VM.
#Script debugger 7 mac osx
preferably use the latest 1.7 JDK from Orcale to ensure the Java 7 tests get coverage, otherwise the default JRE installed on Mac OSX is only 1.6.all of the test suites must be run using both a Mac OSX VM type and a Standard VM type.
#Script debugger 7 update
Platform Debug 1.6 EE Update (August 2, 2013).Any new features that are added to the test script must also be added to the feature list section of the template.