Show Stack content (not stack call) at visual studio 2013 -


how can view stack content (not stack call) @ visual studio 2013?


view esp pointing , below. show content @ char.

thanks help.

you can going debug > windows > registers, location of esp, , enter address in debug > windows > memory window. however, give raw memory.

as owenwengerd points out in comments, can type esp in address field if you're debugging native code. reason, doesn't work managed code though.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

parcelable - Unmarshalling unknown type code exception while reading parcel values in Android 4.4+ -