Created On: 05 October 2011
Problem:
Program execution still stops where breakpoints used to be even after clearing the breakpoints in the program.
Resolution:
A file name project.dbs gets created when breakpoints are set in the program. When a breakpoint is set it is stored within that file. The file takes the project name so if the current project is test.mvp, the file will be test.dbs and can be found at the root of the project directory. The filename can be altered and saved for future reference or the file can be deleted if references to the breakpoints are no longer needed. When breakpoints are cleared in the program this file should reflect that but in the case that it does not, a manual deletion of the file will clear the breakpoints and allow the program execution to run as normal.
Incident #2536063
Old KB# 34824
#MFDS
#EnterpriseDeveloper