Difference: APPXGuiILFDebugger (1 vs. 2)

Revision 22008-09-26 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX500Features"

APPX GUI ILF Debugger

Line: 6 to 6
 Effective with Release 5.0.0, the ILF Debugger has been replaced with a new GUI ILF Debugger. 

Added:
>
>

Overview

  The GUI ILF Debugger is invoked automatically when ILF code is displayed at run time. ILF line(s) of code that are set for trapping will be marked with the red and white icon and the entire line will be have a pink background. The next ILF line to be executed is marked with a blue and white icon and the line will have a blue background. Traps may be set at run time by clicking on the desired line and then clicking on the Trap icon on the Toolbar.

APPXILFDebugger.PNG

Changed:
<
<

Toolbar Buttons

>
>

Toolbar Buttons

 
Changed:
<
<
return.gif Go - Resume normal execution

Main Debugger Window

>
>
return.gif Go - Resume normal execution.

cancel.gif Cancel - Abort process being debugged.

stepOver.png Single Step - Execute the current line and stop on the next line in the current routine.

stepInto.png Step Into - Execute a process or subroutine and stop on the first statement of the routine.

stepOut.png Step Return - Resume execution and stop on the next RETURN statement.

stepEnd.png Step End - Resume execution of the current routine and stop on the last statement in the routine.

stopToggle.png  Toggle Trap - Enable/Disable a trap on the current statement.

editValues.png Edit Values - Edit the value of the variables on the current statement.

inspect.png Inspect/Edit Value - Inspect and/or edit the value of a specified variable

stack.png View Process Stack

watch.png Watchpoint - Set or Clear watch points on individual variables

Main Debugger Window

stop.png  Identifies an ILF commnad what has a stop point (trap) enabled.

  current.png Identifies the next ILF command line to execute.
Added:
>
>
stopcur.png Identifies the next ILF command line to exectute and indicates that the line has a stop point (trap) enabled
  

The Toolbar contains several new icons. The Green Arrow will jump out of the trapped event point . The Red X will cancel the process as always. Single step will execute the next sequential instruction, same a the Return key. The Step Into will follow a child process. Step Return takes you to the next Return statement. There is a red/gray icon you can use to set and remove a trap. F3 can still be used to set and un-set traps as well. The Edit values icon will allow the current field value(s) to be modified. Inspect/Edit will allow you to enter a field and see its contents. View Process Stack will display the current process stack showing the Ap/Ver, Proc Type, Process Name, and invocation share class. Watch Variable allow you enter a field name and Appx will indicate when the contents of that field change.

Scrolling the ILF Debugger using the up and down arrow keys is not permitted.

Added:
>
>

Watchpoints

Watchpoints.PNG

Process Stack

ProcessStack.PNG

 

Comments:

Read what other users have said about this page or add your own comments.

<--/commentPlugin-->
Changed:
<
<
-- SteveFrizzell - 26 Sep 2008

 

>
>
-- SteveFrizzell - 26 Sep 2008
 
META FILEATTACHMENT attachment="APPXILFDebugger.PNG" attr="h" comment="APPX GUI ILF Debugger" date="1222433828" name="APPXILFDebugger.PNG" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPXILFDebugger.PNG" size="36931" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPXILFDebugger.PNG" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="current.png" attr="h" comment="Line Indicator - Current Line (Next line to be executed)" date="1222434538" name="current.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\current.png" size="1647" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\current.png" user="Main.SteveFrizzell" version="1"
Line: 50 to 79
 
META FILEATTACHMENT attachment="stopToggle.png" attr="h" comment="Toolbar Button - Stop Toggle" date="1222435346" name="stopToggle.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stopToggle.png" size="1473" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stopToggle.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="watch.png" attr="h" comment="Toolbar Button - Watch" date="1222435372" name="watch.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\watch.png" size="1622" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\watch.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="cancel.gif" attr="h" comment="Toolbar Button - Cancel (Abort Process Being Debugged)" date="1222435778" name="cancel.gif" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\cancel.gif" size="1741" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\cancel.gif" user="Main.SteveFrizzell" version="1"
Added:
>
>
META FILEATTACHMENT attachment="ProcessStack.PNG" attr="h" comment="Process Stack" date="1222453466" name="ProcessStack.PNG" path="C:\Documents and Settings\steve\My Documents\My Pictures\ProcessStack.PNG" size="38148" stream="C:\Documents and Settings\steve\My Documents\My Pictures\ProcessStack.PNG" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="Watchpoints.PNG" attr="h" comment="Set/Clear Watchpoints" date="1222453803" name="Watchpoints.PNG" path="C:\Documents and Settings\steve\My Documents\My Pictures\Watchpoints.PNG" size="35094" stream="C:\Documents and Settings\steve\My Documents\My Pictures\Watchpoints.PNG" user="Main.SteveFrizzell" version="1"

Revision 12008-09-26 - SteveFrizzell

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPX500Features"

APPX GUI ILF Debugger

Effective with Release 5.0.0, the ILF Debugger has been replaced with a new GUI ILF Debugger. 

The GUI ILF Debugger is invoked automatically when ILF code is displayed at run time. ILF line(s) of code that are set for trapping will be marked with the red and white icon and the entire line will be have a pink background. The next ILF line to be executed is marked with a blue and white icon and the line will have a blue background. Traps may be set at run time by clicking on the desired line and then clicking on the Trap icon on the Toolbar.

APPXILFDebugger.PNG

Toolbar Buttons

return.gif Go - Resume normal execution

Main Debugger Window

current.png Identifies the next ILF command line to execute.

 

The Toolbar contains several new icons. The Green Arrow will jump out of the trapped event point . The Red X will cancel the process as always. Single step will execute the next sequential instruction, same a the Return key. The Step Into will follow a child process. Step Return takes you to the next Return statement. There is a red/gray icon you can use to set and remove a trap. F3 can still be used to set and un-set traps as well. The Edit values icon will allow the current field value(s) to be modified. Inspect/Edit will allow you to enter a field and see its contents. View Process Stack will display the current process stack showing the Ap/Ver, Proc Type, Process Name, and invocation share class. Watch Variable allow you enter a field name and Appx will indicate when the contents of that field change.

Scrolling the ILF Debugger using the up and down arrow keys is not permitted.

Comments:

Read what other users have said about this page or add your own comments.

<--/commentPlugin-->

-- SteveFrizzell - 26 Sep 2008

 

META FILEATTACHMENT attachment="APPXILFDebugger.PNG" attr="h" comment="APPX GUI ILF Debugger" date="1222433828" name="APPXILFDebugger.PNG" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPXILFDebugger.PNG" size="36931" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPXILFDebugger.PNG" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="current.png" attr="h" comment="Line Indicator - Current Line (Next line to be executed)" date="1222434538" name="current.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\current.png" size="1647" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\current.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="go.png" attr="h" comment="Go Indicator" date="1222434803" name="go.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\go.png" size="1331" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\go.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="editValues.png" attr="h" comment="Toolbar Button - Edit Values" date="1222434843" name="editValues.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\editValues.png" size="2026" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\editValues.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="inspect.png" attr="h" comment="Toolbar Button - Set Watchpoint Variables" date="1222434889" name="inspect.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\inspect.png" size="1909" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\inspect.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="return.gif" attr="h" comment="Toolbar Button - Go (Continue Execution)" date="1222434963" name="return.gif" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\return.gif" size="1862" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\return.gif" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stack.png" attr="h" comment="Toolbar Button - Show Process Stack" date="1222435002" name="stack.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stack.png" size="574" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stack.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stepEnd.png" attr="h" comment="Toolbar Button - Step End" date="1222435031" name="stepEnd.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepEnd.png" size="1287" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepEnd.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stepGo.png" attr="h" comment="Toolbar Button - Step Go" date="1222435063" name="stepGo.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepGo.png" size="1280" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepGo.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stepInto.png" attr="h" comment="Toolbar Button - Step Into" date="1222435099" name="stepInto.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepInto.png" size="1317" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepInto.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stepNext.png" attr="h" comment="Toolbar Button - Step Next" date="1222435124" name="stepNext.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepNext.png" size="710" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepNext.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stepOut.png" attr="h" comment="Toolbar Button - Step Out" date="1222435156" name="stepOut.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepOut.png" size="1299" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepOut.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stepOver.png" attr="h" comment="Toolbar Button - Step Over" date="1222435182" name="stepOver.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepOver.png" size="1341" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stepOver.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stop.png" attr="h" comment="Stop Indicator" date="1222435217" name="stop.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stop.png" size="1330" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stop.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stopcur.png" attr="h" comment="Stop Current Indicator" date="1222435293" name="stopcur.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stopcur.png" size="1130" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stopcur.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="stopToggle.png" attr="h" comment="Toolbar Button - Stop Toggle" date="1222435346" name="stopToggle.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stopToggle.png" size="1473" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\stopToggle.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="watch.png" attr="h" comment="Toolbar Button - Watch" date="1222435372" name="watch.png" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\watch.png" size="1622" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\watch.png" user="Main.SteveFrizzell" version="1"
META FILEATTACHMENT attachment="cancel.gif" attr="h" comment="Toolbar Button - Cancel (Abort Process Being Debugged)" date="1222435778" name="cancel.gif" path="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\cancel.gif" size="1741" stream="C:\Documents and Settings\steve\My Documents\My Pictures\APPX 0LA\cancel.gif" user="Main.SteveFrizzell" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback