How to disable debugger on specific environment?

Suppose I want to create a Pre-Prod environment for the client and I want to disable debugger . How can I achieve this in vFlow?

38 Likes

While downloading the build unselect the Debugger checkbox to hide the debugger option for the whole application. By this you can disable the debugger for specific environment

35 Likes

While downloading the build unselect the Debugger checkbox to hide the debugger option for the whole application. By this you can disable the debugger for specific environment

4 Likes