Help Debug mode and BreakPoint (VS Code ide)

Please could you help me to automatically enable all breakpoints in debug mode.
All breakpoints in development mode will not be enabled in debug mode. I have to destroy each of them and notice everything during debug mode for them to become active again.
Maybe I must check or validate an option in VS Code ?
Thank you at all for your help.

Breakpoints you set in the IDE should be automatically handled (if you use the full registered version).
Do you use the full registered version as handling breakpoints requires the full source code of the TMS WEB Core framework is also available.