MCUXpresso Very Slow while Debugging

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

MCUXpresso Very Slow while Debugging

ソリューションへジャンプ
3,822件の閲覧回数
pcpro178
Contributor III

Today, I noticed that MCUXpresso is very slow while debugging.  For example, single stepping now takes at least 10 seconds, longer if stepping over a function call. Any clues on how to fix this would be great.

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 解決策
3,515件の閲覧回数
pcpro178
Contributor III

I closed a bunch of unused views and followed the instructions at this link to increase the memory available to the IDE, and the problem seems to have cleared up.

Increase Eclipse Memory Size to avoid OutOfMemory (OOM) on Startup - Java Heap Space • Crunchify 

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
3,515件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Jim,

which views do you have open? For example if you have the FreeRTOS task list (or other views) open, they will need to get data from the target which can slow down things.

The other thing I have noticed (not MCUXpresso, but Eclipse in general) is that sometimes virtual machines and their network drivers can slow down any network communication (which is used by the debug probes, btw).

Or firewall software which check things on the internet for every network access.

I hope this helps,

Erich

0 件の賞賛
返信
3,516件の閲覧回数
pcpro178
Contributor III

I closed a bunch of unused views and followed the instructions at this link to increase the memory available to the IDE, and the problem seems to have cleared up.

Increase Eclipse Memory Size to avoid OutOfMemory (OOM) on Startup - Java Heap Space • Crunchify 

0 件の賞賛
返信