Continuing After an Error

Although you can enter a correction and continue program execution with the same line that halted the application, any changes will be ignored until you terminate the debug session, rebuild, and restart the application.

To continue execution from break mode

Some changes (most commonly, changing variable declarations or adding new variables or procedures) require you to restart the application. When this happens, a message is presented that asks if you want to restart the application.