Most common reasons for unstable bugs in C++?

后端 未结 9 1784
终归单人心
终归单人心 2020-12-28 23:16

I am currently working on a large project, and I spend most of the time debugging. While debugging is a normal process, there are bugs, that are unstable, and these bugs are

9条回答
  •  梦毁少年i
    2020-12-28 23:44

    I was actually going to post a question that asked exactly the opposite - do others find, as I do, that you spend almost no time using the debugger when working with C++? I honestly cannot remember the last time I used one - it must have been about six months ago.

    Frankly, if you spend most of the time in the debugger, I think there is something very wrong with your basic coding practices.

提交回复
热议问题