blob: fa738c533029237f8ca2891c863d85fb2210b8b2 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001OTDebugPreferencePage_title=Debug
2OTDebugPreferencePage_enable_filter_title=Stack frame filtering
3OTDebugPreferencePage_enableFilter_label=Hide stack frames of the Object Teams Runtime Environment
4OTDebugPreferencePage_stackFrameColoringGroup_label=Displaying OT/J-specific stack frames
5OTDebugPreferencePage_colorGeneratedCode_label=generated code
6OTDebugPreferencePage_colorSpecialCode_label=special OT/J code (method bindings etc.)
7OTDebugPreferencePage_callin_stepping_title=Visualization of callin dispatch
8OTDebugPreferencePage_callin_step_base_label=Show pending dispatch to original base method
9OTDebugPreferencePage_callin_step_recurse_label=Show pending recursive dispatch
10OTDebugPreferencePage_callin_step_role_label=Show pending dispatch to callin binding
11OTDebugPreferencePage_callin_stepping_hint=Unchecked steps will be skipped, the debugger will automatically step into the next action.