In order to secure my SPA, I need a way to disable all the JS breakpoints.
Currently, I'm still able to add runtime breakpoints with Chrome DevTool and change variable value of my objects. Not in the console but in the runtime.
If an attacker is able to change attributes value of the App objects my application is compromised.
Do you have suggestion to prevent this behaviour?
The best would be to insert in my JS:
console.ignoreBreakPoints();