Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Debug/Test Script

< Debug
Revision as of 12:38, 6 January 2011 by Unnamed Poltroon (Talk) (New page: == Java 6.0 Features == *All Instances **should not be available when not debugging with 1.6 VM **Variables view popup **Java Outline view popup (type and constructors only) **Java editor ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Java 6.0 Features

  • All Instances
    • should not be available when not debugging with 1.6 VM
    • Variables view popup
    • Java Outline view popup (type and constructors only)
    • Java editor popup (type name or constructor name selected)
    • change number of instances to show on Heap walking preference page
  • All References
    • should not be available when not debugging with 1.6 VM
    • Variables view popup
    • in-line as variable in the variables view (change in view preferences and preference page)
    • change number of references to show on Heap walking preference page
  • Force Early Return
    • should not be available when not debugging with 1.6 VM
    • works as an evaluation (from display and details pane)
    • Run menu and key binding
    • Java editor context menu

Back to the top