Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
marcos toniato
80
Views
2
Comments
Debugger is not working
Question
Installation
Hi!
The debugger is not working. Don't have return values.
The debugger was not work in the intern netwrok. The debugger work in external network.
The motive is Proxy. How to do enable the debugger to work in the internal network? What's the produre?
tela.png
Daniel Martins
Hello Marcos,
Please take a look on the following links:
https://www.outsystems.com/forums/discussion/10962/tip-service-studio-is-not-always-stopping-in-my-breakpoints/
https://www.outsystems.com/help/servicestudio/8.0/Debugging_eSpaces/Debug_an_eSpace.htm
If you have some sort of anti-virus programs running, stop them. they could be obstructing and bloking some requests.
To have an eSpace debugger working on an eSpace, you have to make sure all web requests are being done to the PTA of the eSpace. This means that all accesses are done to the URL
https://<YOUR_SERVER>/<YOUR_USERNAME>/....
.
Or, you can debug on the public area, are you aware of these 2 diferences?
Proxy should not be a problem, try connect in ServiceStudio using the servername or the ip of your server and debug, instead using the dns name.
Hope it helps you.
Kind regards,
Daniel Martins
João Fernandes
Starting on OutSystems Platform 9.0.1.15 and 8.0.1.43, there's a new setting that might help if your debugger is not working properly.
Check out this post.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...