Failed to Apply Code Changes Dialog Box
Edit and Continue could not apply the changes you made to your native code. This may be a temporary condition. Sometimes Edit and Continue cannot apply native code changes immediately, but can apply them later during the debugging session (for example, after completion of the current call to the procedure now executing). For more information, see Edit and Continue.
Build
Terminates the debugging session and builds your code with the changes.Ignore
Ignores the message and continues debugging. Code changes will not be applied immediately, but may be applied at a later point during the run of the program (for example, after the current call). This button is present if Edit and Continue was invoked by an execution command, such as Step or Continue. It is not present if you invoked Edit and Continue with Apply Code Changes.OK
Returns to break mode. If Edit and Continue was invoked by an execution command, such as Step or Continue, the command is cancelled.