Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Debug/Ant Test Plan


Since minimal changes took place in the Ant/Debug components for M2, the test grid is small. Please use today's integration build for testing (avoid using decorators and background CVS synching). I'd like each developer to test the following:

* JREs
        - Installed JREs preference page (add/remove/edit/search, re-build triggered properly)
        - JRE tab for Java applications (default vs. alternate JRE & workspace main type vs. external main type)
        - JRE library wizard from Java build path page (select workspace default vs. alternate JRE)
        - JRE selection for a snippet page (via snippet file "runtime properties")
        -  Ant JRE selection - same VM vs. seperate VM
* Stepping
        - Source code highlighting/selection while stepping thru source
        - Stepping in recursive code (ensure stack frames appear/unwind as expected)
* Watch Items
        - update when a stack frame is selected
        - update when a different debug target is selected
* Launch Variables
        - Define "simple" launch vars, and use in an Ant script
        - ensure vars expand/resolve as expected
* Variables View
        - collapse all
        - _expression_ evaluation from details area (ensure actions enable properly)
* External Tool Builders
        - use an ant script to build a project with javac in response to a change in a working set

Back to the top