goto command

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

goto command

3,604件の閲覧回数
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,014件の閲覧回数
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 件の賞賛