Fixed issue #3987 "Debugger fails to stop on entry due to stack walk failure"
authorMike McLaughlin <mikem@microsoft.com>
Thu, 31 Mar 2016 03:30:13 +0000 (20:30 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Thu, 31 Mar 2016 03:30:13 +0000 (20:30 -0700)
commit3cd2f88c398cfba986202a9766047b8fc231602d
treee47f14f240afed8566ab3711fa3a31246449a6be
parent1bc24d14dce4876197492211f4989b656f08aedb
Fixed issue #3987 "Debugger fails to stop on entry due to stack walk failure"

By initializing m_rgHijackFunction to NULL.
src/debug/daccess/dacdbiimpl.cpp
src/debug/ee/debugger.cpp