thanks for the reaction. Probably a pretty simple misunderstanding but when I add the debugger in the steering file (I assume I have to just copy the text 'debugger : 1' into it at a place where all non-default keywords appear??) I get the below error message. In other words, I reckon I'm not using the debugger correctly or it's not a function in my dictionary?
... reading module dictionary
_____________
runcode::main:
C:\Users\Vera\ARTEMIS\examples\Timaru_trial:
uncontroled error from python:: KeyError('DEBUGGER',)
~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "runcode.py", line 1084, in <module>
runCAS(cfgname,cfg,codeName,casFile,options)
File "runcode.py", line 600, in runCAS
cas,lang = processCAS(casFile,dico,frgb)
File "runcode.py", line 161, in processCAS
cas = readCAS(scanCAS(casFile),dico,frgb)
File "C:\Users\Vera\ARTEMIS\v6p3\scripts\python27\parsers\parserKeywords.py",
line 144, in readCAS
if kw not in dico.keys(): kw = frgb[kw]
KeyError: 'DEBUGGER'
~~~~~~~~~~~~~~~~~~
C:\Users\Vera\ARTEMIS\v6p3\scripts\python27>pause
Press any key to continue . . .