| Summary: | Step into major method call | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Marvin Fröhlich <eclipse> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | 4.6 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Marvin Fröhlich
There are a few features that can help you out here: 1. Step Into Selection (Ctrl + F5) - will skip all the method calls and step directly into myMethod (assuming you have it selected / caret in its name) 2. hyperlink debugging - hold down the Ctrl+Alt keys and click the name of the method 3. Depending on what the get* methods do, we have step filters built in that can bet turned on to ignore simple getter and setter style methods. Open Preferences > Java > Debug > Step Filters and enable filtering and the 'simple getters' and 'simple getters' options at the bottom. Thank you very much. Your solution 1 works perfectly. It may be an option to add a shortcut to step into the major method call as described. But this is definitely a solution. |