How can check stack level using IDE?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can check stack level using IDE?

1,451 Views
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

0 Kudos
2 Replies

899 Views
pedromoreira
Contributor I

Many thanks.

pmoreira

0 Kudos

899 Views
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 Kudos