You can do this by going to Debug> Windows> Registers, find the location of the ESP and enter this address in the Debug> Windows> Memory window. However, this will only give you raw memory.
As OwenWengerd notes in the comments, you can simply enter ESP in the address field if you are debugging your own code. For some reason this does not work for managed code.
source
share