如何应对这种攻击# PDA - 掌中宝
l*9
1 楼
I need to debug an exception of "access violation" in C# (web forms
applications) of Visual Studio 2013 in win 7.
There is no "call stack" button in "debug" --> "windows".
So, I tried to use k (Display Stack Backtrace) commands in "immediate window
" by following
http://msdn.microsoft.com/en-us/library/windows/hardware/hh4395 and http://msdn.microsoft.com/en-us/library/windows/hardware/ff551943%28v=vs.85%29.aspx
I typed
~6010 kd // 6010 is thread number
in immediate window.
but, I got error:
End of expression expected
in immediate window.
Any help would be appreciated.
applications) of Visual Studio 2013 in win 7.
There is no "call stack" button in "debug" --> "windows".
So, I tried to use k (Display Stack Backtrace) commands in "immediate window
" by following
http://msdn.microsoft.com/en-us/library/windows/hardware/hh4395 and http://msdn.microsoft.com/en-us/library/windows/hardware/ff551943%28v=vs.85%29.aspx
I typed
~6010 kd // 6010 is thread number
in immediate window.
but, I got error:
End of expression expected
in immediate window.
Any help would be appreciated.