I am trying to debug a login page that is anonymous but when the page loads the debug automatically stops.
Hi @Filipe Lourenço
Can you try debugging in new browser window or try clearing the cookies.
Sometimes i face the same issue and clearing the cookies works for me.
Hope it helps,
Regards,
Jozy
No. I cleared browser cache and defined other browser as default but Service Studio always open chrome and still doesnt work
Check this link https://success.outsystems.com/Support/Troubleshooting/Application_development/Debugger_in_Service_Studio_is_not_working
May be it can help.
In Edit menu, under Preferences, I checked the Use One Connection per Request in Debugger option, then I restarted Service Studio and it continues. When it reaches the login page that it is in another espace the debug stops. I can try to include the Login Page in the same espace and the only thing that it is in the other espace is a webblock but it is a workaround
Hi Filipe,
This should work, OutSystems allows debugging anonymous screens too. Are you sure you have the problem only with the login screen, or not also with other screens?
Daniel
Just this page. I did what I said. Now I have a webblock in the other espace but I would like to know a solution for the issue.