IDE breakpoints not getting reseted

Greetings,

Can i ask you where the breakpoints are saved as it gets quite annoying to reset them every time and i close the project and once i open the project again they are there and i have to repeat the steps all over again.

OS : El Capitan , Build 10.11.2
IDE : 2015 R3.1

Steps to reproduce :

Set breakpoints on the app , do tests , save the app
Go to Project -> Breakpoint -> Clear All, all breakpoints are cleared , do tests , save the app, close the project.

Reopen XOJO, open the project, run the app, app stops due to the breakpoints that suppose to be cleared but they come back each project start .

Is this a but or the project got corrupted somehow ? and if yes how can i reset this thing without doing all the copy/paste/clone/save as thing.

Thanks.

Simple trick :

Replace all Break by 'Break.

Won’t help here

It’s possible this has been reported and fixed:

<https://xojo.com/issue/41516>

Jim

Well then we just wait for the update to be released , until then repeat the steps .