开发者

How to circumvent VC++2008EE JIT debugging restriction?

开发者 https://www.devze.com 2022-12-20 19:35 出处:网络
Is there some smart registry hack or so available to get Visual C++ 2008 Express Edition running Just 开发者_Python百科In Time Debugging? Or is there some other (legal) way to circumvent this restrict

Is there some smart registry hack or so available to get Visual C++ 2008 Express Edition running Just 开发者_Python百科In Time Debugging? Or is there some other (legal) way to circumvent this restriction?


A possible decent (and still free) alternative would be to install the Debugging Tools for Windows which will do just in time debugging quite nicely.

WinDbg isn't quite as nice as the VS debugger for a lot of things, but it's pretty close. And it has a lot of functionality that simply isn't in the VS debugger at all (being able to dump important Windows structures for example).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号