Can someone get rid of this stupid message box? It's super easy to miss when double clicking a line. This places the breakpoint anyway, so this box just serves as an annoyance.
due to compiler optimization some lines are not available for break point setting. if you badly want to set the break point exactly in this line switch off optimizer
It's the message box I have an issue with, not the optimizer. I'm fine with it placing the breakpoint at the next available instruction--which it already does. I just don't want it to pop up an annoying, unnecessary message box telling me it did what I observed it doing.