Changeset 133 for trunk/Target/UTargetInterpretter.pas
- Timestamp:
- Mar 4, 2022, 10:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetInterpretter.pas
r128 r133 448 448 begin 449 449 inherited; 450 Name := 'Interpretter';451 ImageIndex := 25;452 Capabilities := [tcRun, tcPause, tcStop, tcCompile, tcStepOut, tcStepInto,450 FName := 'Interpretter'; 451 FImageIndex := 25; 452 FCapabilities := [tcRun, tcPause, tcStop, tcCompile, tcStepOut, tcStepInto, 453 453 tcStepOver, tcRunToCursor]; 454 454 // Base commands
Note:
See TracChangeset
for help on using the changeset viewer.