Project

General

Profile

Revision 64

changed layout of debugger view, added some sort of logic for not showing evals on tooltips for keywords,
add debugger restart logic, fixed some icon assignments, fixed off by one line error in breakpoint activation

View differences:

cDebugCJMenuItemClasses.pkg
205 205
{ OverrideProperty=psCaption InitialValue=CS_CaptionRestartDebug}
206 206
{ OverrideProperty=psToolTip InitialValue=CS_ToolTipRestartDebug}
207 207
{ OverrideProperty=psDescription InitialValue=CS_DescRestartDebug}
208
{ OverrideProperty=psImage InitialValue="run_exc.ico" }
208
{ OverrideProperty=psImage InitialValue="restart_co.ico" }
209 209

  
210 210
Class cCJRestartDebugMenuItem is a cCJDebugMenuItem
211 211
    
......
214 214
        Set psCaption       To CS_CaptionRestartDebug
215 215
        Set psToolTip       To CS_ToolTipRestartDebug
216 216
        Set psDescription   To CS_DescRestartDebug
217
        Set psImage         To "term_restart.ico"
217
        Set psImage         To "restart_co.ico"
218 218
        //Set psImageDisabled To "run_excd.ico"
219 219
        Set piShortcutKey   To xtpKey_Ctrl VK_F5
220 220
    End_Procedure
221 221

  
222 222
    Procedure OnExecute Variant vCommandBarControl
223
       Send doStopDebug
224
       Send doStartDebug
223
       Send doRestartDebug
225 224
    End_Procedure
226 225
    
227 226
    Function IsEnabled Returns Boolean
......
450 449
{ OverrideProperty=psCaption InitialValue=CS_CaptionRemoveBreakpoint}
451 450
{ OverrideProperty=psToolTip InitialValue=CS_ToolTipRemoveBreakpoint}
452 451
{ OverrideProperty=psDescription InitialValue=CS_DescRemoveBreakpoint }
453
{ OverrideProperty=psImage InitialValue="brkp_obj.ico" }
452
{ OverrideProperty=psImage InitialValue="skip_brkp.ico" }
454 453
Class cCJRemoveBreakpointMenuItem is a cCJDebugMenuItem
455 454
    
456 455
    Procedure Construct_Object

Also available in: Unified diff