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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -