Hey guys,
I'm trying to debug in production.
I've set the debug option, both for the platform and the modules, but when I try to debug in the public area, I get the following error: You are not allowed to join this debug session
This is an intranet application
Regards,
Marios
Hi,
In a production environment your published code does not have the generated code to support debugging.
You can only do debugging in non-production environments.
Daniel
Hello Marios.
Here you have more information on the differences between Development and Prodution environment.
https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/OutSystems_running_modes%3A_Development_vs_Production_mode
I think you can debug by changing the production server to debug mode (not recommended), but need to republish the modules you want to debug.