How to stop “Just In Time Debugging” messages blocking a buildserver

后端 未结 6 2207
暗喜
暗喜 2020-12-12 20:54

Our buildserver (TeamCity, much recommended), runs our a whole bunch of testsuites on our finished c++ program.

Once in a whole, a test causes our program to crash,

6条回答
  •  感动是毒
    2020-12-12 21:31

    Best Solution for this problem is so simple 2 steps to make it done open cmd prompt type : regedit go to path-->HKEY_LOCAL_MACHINE-->SOFTWARE-->Microsoft-->Windows NT-->CurrentVersion-->AeDebug You can find now the file : Debugger right click , Modify copy and paste this text inside it:

    drwtsn32 -p %ld -e %ld -g

    click ok and voila :)

提交回复
热议问题