adspace
Answer Posted / Shrawan Kumar Gupta
In C++, a breakpoint is a special marker set during debugging that causes the program execution to pause at the line where the breakpoint was set. Breakpoints can be used to inspect variables, step through code, and analyze program behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers