goto command

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

goto command

3,594 次查看
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
标签 (1)
0 项奖励
1 回复

1,004 次查看
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 项奖励