|
| DDT Desktop debugger
| (C) Copyright Acorn Computers Ltd. 1990
|
| --- Note that there is no need to set up the file type variables here as
|     these are set up by the DDT module when it is loaded.
| *Set File$Type_FD3 DebImage
| *Set Alias$@RunType_FD3 DebugAIF %%*0
| *Set Alias$@LoadType_FD3 Load %%0 8000
|
| --- Ensure the correct versions of various modules
| --- Any ColourTrans will do
RMEnsure ColourTrans 0 System:Modules.Colours
| --- Arrange necessary modules for APCS-32
RMEnsure UtilityModule 3.10 Error This application requires RISC OS 3.10 or later
RMEnsure UtilityModule 3.60 RMEnsure CallASWI 0.02 RMLoad System:Modules.CallASWI
RMEnsure UtilityModule 3.60 RMEnsure CallASWI 0.02
RMEnsure FPEmulator 4.03 RMLoad System:Modules.FPEmulator
RMEnsure FPEmulator 4.03
RMEnsure SharedCLibrary 5.34 RMLoad System:Modules.CLib
RMEnsure SharedCLibrary 5.34
| --- Need version 1.30 of debugger module (first beta release)
RMEnsure DDT 0 System:Modules.DDT
| --- Generate "Module 'DDT' too old" error if module is out of date
RMEnsure DDT 1.30
|
Set DDT$Dir <Obey$Dir>
Run <DDT$Dir>.!RunImage
