cancel
Showing results for 
Search instead for 
Did you mean: 

CubeIDE 1,8.0デバッグができない

K_I
Associate

現象

午前中まで動作していましたが、急に下記の現象が発生し、デバッグができない状況です。

1)ブレークポイント設定し、ブレーク後にステップイン実行ができない。

 IDEからの応答がなく、停止ボタンで停止。

2)ブレークポイント設定し、ブレーク後にPCレジスタ値を変更できない。

 Failed to assign value 80019e0, to register 0

3)ブレークポイント設定し、配列データを変更すると変更した配列以外のデータが0になる

MCUは、STM32H743ZI。

IDEのバージョンを上げるとイーサネットの動作が不安定になるため、上げることができません。

アンインストール後に再インストールしても改善されません。

プロジェクトを再構築しても、現象が発生します。

どこかで、何かを覚えているようです。この情報をクリアし、デバッグができる方法はありますか。

launchファイルは削除しました。

解決を手伝って頂けると幸いです。

 

1 REPLY 1
K_I
Associate

phenomenon

It was working until the morning, but suddenly the following phenomenon occurred and I am unable to debug it.

1) After setting a breakpoint, you cannot step into execution after the break.

There was no response from the IDE, so it stopped using the stop button.

2) After setting a breakpoint, the PC register value cannot be changed.

 Failed to assign value 80019e0, to register 0

3) When you set a breakpoint and change array data, data other than the changed array becomes 0.

MCU is STM32H743ZI.

Increasing the version of the IDE will make the Ethernet operation unstable, so it is not possible to do so.

Reinstalling after uninstalling doesn't fix it.

The problem still occurs even if I rebuild the project.

It seems like I remember something somewhere. Is there a way to clear this information so I can debug it?

The launch file has been deleted.

I would appreciate it if you could help me solve it.