View | Details | Raw Unified | Return to bug 378695
Collapse All | Expand All

(-)a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html (-9 / +10 lines)
Lines 207-221 document in the plug-in developer's guide. Link Here
207
207
208
  <tr id="Platform-debug-toolbar">
208
  <tr id="Platform-debug-toolbar">
209
    <td class="title">Global debug toolbar</td>
209
    <td class="title">Global debug toolbar</td>
210
    <td class="content">To improve the presentation of the debug perspective, you can now move the 
210
    <td class="content">To improve the presentation of the Debug perspective, the common debug control commands 
211
    toolbar out of the <b>Debug</b> view and into the global toolbar - or use it in the view and in the toolbar.
211
    (Stop, Resume, etc.) have been moved out of the <b>Debug</b> view and into the global toolbar.  
212
	<p><img src="images/debug_toolbar-1.png" alt="Global debug toolbar"/></p>
212
	<p><img src="images/debug_toolbar-1.png" alt="Global debug toolbar"></p>
213
    <p>
213
    <p>
214
	The global toolbar contains the same commands as the view toolbar, but can be customized with  
214
    The global toolbar can be customized with the <b>Window &gt; Customize Perspective...</b> action to add or 
215
	<b>Window &gt; Customize Perspective...</b> to add or remove debugging commands, or the entire 
215
    remove debugging commands, or to show/hide the debug toolbar completely. 
216
	debug toolbar. The visibility of the debug toolbar can be changed using 
216
    </p>
217
	<b>Show Debug Toolbar</b> in the <b>Debug</b> view's menu.</p>
217
    <p>
218
	<p><img src="images/debug_toolbar-2.png" alt="Debug view toolbar action" /></p>
218
    Old toolbar behavior can be restored by first toggling the <b>Show Debug Toolbar</b> option in the <b>Debug</b> 
219
    view's menu, then by disabling the Debug toolbar from the <b>Customize Perspective</b> dialog.</p>
220
	<p><img src="images/debug_toolbar-2.png" alt="Debug view toolbar action"></p>
219
    </td>
221
    </td>
220
  </tr>
222
  </tr>
221
223
222
- 

Return to bug 378695