Posts by Gnomo
Does C have a mechanism which lets me mark a section of code such that breakpoints are somehow ignored or not allowed just in that section? Generally compilers are completely unaware of debugg...
Answer
Does C have a mechanism which lets me mark a section of code such that breakpoints are somehow ignored or not allowed just in that section? Generally compilers are completely unaware of debugg...