Debug Project New and Noteworthy for 3.2M2
| |
|
| Breakpoint import and export |
Breakpoints can be exported to and imported from the local file system. The export wizard allows you to select the breakpoints to export. Breakpoint working sets can optionally be created when importing breakpoints. |
| System property launch variable |
A new launch variable allows you to dynamically specify system properties as program and VM arguments from the Eclipse runtime. The variable accepts a single argument which is the name of the system property to be resolved at launch time. For example, "${system_property:java.home}".
|
| Evaluation support for arrays |
Content assist and evaluations are now supported for arrays. The debugger allows you to refer to the selected array as 'this'.
|
