Keil™, An ARM® Company

Technical Support

DSCOPE: USING THE ENTER COMMAND

QUESTION

I cannot get the ENTER command to work in the debugger. I am entering the following:

enter char x:0=1,2,3,4,5

and I receive the following error message:

Error 34: undefined identifier

ANSWER

Only use E for the ENTER command. For example, if you change your example to the following it will work:

e char x:0=1,2,3,4,5

Last Reviewed: Monday, November 06, 2000


Did this article provide the answer you needed?
 
Yes
No
Not Sure