Computer Science, asked by junkmails1409, 1 year ago

While debugging, Developer added a Breakpoint at Stage 1 in Process. Before deployment in Production, developer forgot to remove the breakpoint. In Production Environment the control will break at Stage 1?

True

False

Answers

Answered by Arslankincsem
10

While debugging, if the developer does add a break point at stage in the process, and if he forgets to remove the break point, then the control will indeed break at stage 1. Even in production environment, since the breakpoint is present, hence, it will break the flow of code executions and hence, the control will be broken at stage 1.

Similar questions