Constant breakpoints? How to remove them?

白昼怎懂夜的黑 提交于 2019-12-04 01:58:35

If, for whatever reason, you can't turn these off in the IDE, as Rob says, this is persisted in the .dsk file.

You don't have to delete the file (and all of your other settings), though. you can just open it up in a text editor and find and edit the following section:

[Breakpoints]

View->Debug Windows->Breakpoints.

I'm very dissapointed at those articles.They explain how to add something,but not how to remove it.

Breakpoints are stored in the dsk file for your project. Close your project, delete that file, and re-open the project. All breakpoints should be gone. (Other window-layout customizations will be gone, too. You'll have to restore those preferences manually.)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!