Debugger disconnect behavior

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

Debugger disconnect behavior

2,348件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

When the debugger disconnects from the target, you control the behavior of the target processor using the process described below.

1. Select the project in the Project Explorer

Project.png

2. Refer to the following FAQ to select the Launch Configuration setting for the project

     Launch Configuration Menu

3. Ensure you are editing the setting for your project

4. In the right-hand section, ensure the Debugger tab is selected

5. Ensure you have selected the Target Configuration settings

6. Locate the Disconnect behavior settings and select the desired option from the drop down list.

Project_disconnect.png

Four options are supported:

  • nochange - leave the processor exactly as it is (if it was running, leave it running, if it was stopped, leave it stopped)
  • stop - stop the processor
  • cont - (continue) run the program from the current point
  • run_cont - run the program from the start (simulated reset)
ラベル(2)
タグ(2)
0 件の賞賛
0 返答(返信)