When I try to debug, Chrome opens to a blank page (about:blank) and then I get the message
I have searched for any posts on debugger not working since March 2023 when a fix for the issue was incorporated. I have only found one post and no helpful suggestions (Debugger is not working : The browser used for debugging is unresponsive. | OutSystems ).
I tried opening a blank page, as suggested. That did nothing.
Chrome is Version 117.0.5938.92 (Official Build) (64-bit).
After following all of the many suggestions offered, both here and through a support ticket, what ended up doing the trick for me was resetting the Chrome settings back to default and closing out all the Chrome tasks. Then it started working.
Try to do this
1. close all the chrome instances, even the ones used to debug
2. open and close the entry point and select again the entry point (FRONTEND ENTRYPOINT WHERE YOU ARE TRYING TO DEBUG)
3. check if everything is refreshed until the frontend
4. check if your entry point is looking to the frontend screen, if you do that you will be able to debug, if you do not have the entry point to the frontend you must go to the frontend module and add a reference from the module you are trying to debug.
5. enable this in EDIT -> PREFERENCES
If this doesn't work, have a look as well at this.
https://success.outsystems.com/documentation/11/developing_an_application/troubleshooting_applications/debugging_applications/debugging_producer_modules/
Let us know if that helped you!
Kind Regards,
Márcio