Geography, asked by tejjj, 11 months ago

what is watchpoint & breakpoint in c/c++...?

Answers

Answered by mahendravignesh2
1

A watchpoint is a special breakpoint that stops the execution of an application whenever the value of a given expression changes, without specifying where it might occur. Unlike breakpoints (which are line-specific), watchpoints are associated with files.

Similar questions