Getting started: where's Browse files and Debug?

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

Getting started: where's Browse files and Debug?

ソリューションへジャンプ
2,028件の閲覧回数
robertpoor
Senior Contributor I

This is embarrassing.

I just got my FRDM-K64F and fired up MCUXpresso for the first time. With great anticipation, I loaded the frdmk64f_led_blinky project and built it, but...now what? 

I don't see any buttons on the MCUXpresso IDE for browsing the source code nor for loading / launching / debugging the code.  Attached is a screenshot of what I'm seeing.  What am I missing?

pastedImage_1.png

0 件の賞賛
返信
1 解決策
1,974件の閲覧回数
converse
Senior Contributor V

Looks like you have somehow got yourself into the Device/Pins perspective. To change back:

Window->Perspective->Open Perspective->Other...

and select the Develop perspective.

Then, you will be able to follow the User Manual for browsing code, debugging etc.

元の投稿で解決策を見る

2 返答(返信)
1,974件の閲覧回数
robertpoor
Senior Contributor I

Bingo -- that did the trick.  Clicking on the .mex file takes you to the Device/Pins perspective, and it wasn't obvious how to get back.  (Now all I need to do is find out why my LinkServer isn't responding.)

Thanks.

0 件の賞賛
返信
1,975件の閲覧回数
converse
Senior Contributor V

Looks like you have somehow got yourself into the Device/Pins perspective. To change back:

Window->Perspective->Open Perspective->Other...

and select the Develop perspective.

Then, you will be able to follow the User Manual for browsing code, debugging etc.