Invalid Breakpoint

0
Hi,   I have no issue placing a breakpoint when my debugger connected to local app. However, this issue arises when the debugger is connected to the Mendix Cloud.
asked
3 answers
2

Hi, Nanoflows run in the client: “It is currently not possible to debug nanoflows remotely. If you are debugging in the cloud, any breakpoint added to a nanoflow will be disabled.”

https://docs.mendix.com/refguide/debug-microflows-remotely/

answered
0

Is this functionality already deployed to the cloud? Or are there changes made in this flow that are not yet deployed?

answered
0

Hi Teoh,

 

Check if the instance is single or multiple.If is is multiple, debugger cannot be added.

 

Check the below link for reference

https://docs.mendix.com/refguide/debug-microflows-remotely/#3-the-basics

answered