Removing breakpoints in live environment

0
Hi guys,    Very short question here but I cannot seem to find a direct answer anywhere online:   In production (yes, it was required. fatal mistake) a microflow of mine hops into a debugger breakpoint, even if no one has an active debuigger connection to it. To make sure it doesn't happen again for the same breakpoint I am wondering if:   Breakpoints are transported and "baked" into the app with deployment?   If yes, I'll require a new deployment package, which is the least favourable option. If not, does an environment restart remove breakpoints?   Thanks in advance for your time!   /// SOLVED ///   Restarting the environment fixed this issue
asked
1 answers
0

Hi Lan,

 

Breakpoints are set in the Mendix Studio Pro modeler and they require the debugger to be connected to a specific environment. So if no one has a breakpoint active for that project in their modeler while connected to the production environment there should not be any issues.

 

You can use the Disconnect button to disconnect the debugger from an environment.

 

image.png

answered