goto command

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

goto command

3,576 Views
desponia_
Contributor I
dear warriors
 
could you say me how i can use the go to command in command line of debug window. for instance goto command make your codes execute untill given label.
 
goto port_init
   ...
   ..
  ...
port_init
 
when i used this command in command window of debug, there is an eror message that "goto command can only be used on command window"
 
do you have any idea? this command is very important to test code execution.
best regards
Labels (1)
0 Kudos
1 Reply

986 Views
BlackNight
NXP Employee
NXP Employee
Hello, it would be helpful to tell us which CodeWarrior (for which target) and version you are using. My guess is that the build tools are not providing symbol/label information for labels, so you cannot 'see' them from the command line component. But this is only my guess. Erich
0 Kudos