How can check stack level using IDE?

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

How can check stack level using IDE?

1,494件の閲覧回数
pedromoreira
Contributor I


Hi all, is possible detect stack problem using the LPCXpresso IDE ?, How can check stack level in single steep mode?

 

many thanks in advance.

 

pmoreira

ラベル(3)
タグ(2)
0 件の賞賛
2 返答(返信)

942件の閲覧回数
pedromoreira
Contributor I

Many thanks.

pmoreira

0 件の賞賛

942件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

You can see the value of the stack pointer from the Registers view. The registers panel defaults to be part of the Project Explorer panel. You can also locate it by just typing registers within Quick Access. The stack size is usually changed at the start and end of a function.

For more information about monitoring stack size, see the recent exchange:

Monitoring Stack Size

you may also find this useful:

How to use Watchpoints

Yours,

LPCXpresso Support

0 件の賞賛