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
Pedro Vieira
3
Views
5
Comments
Debugging indirect producer eSpaces
Question
Debug
Hi there,
I have eSpace A referencing eSpace B which in turn references eSpace C:
A->B->C.
I want to debug eSpace C, selecting eSpace A as entry, but the eSpace A does not appear in the "Select entry eSpace" list. It has an indirect reference to C, and as stated in the documentation it should appear ("Conditions for an Entry eSpace: (...) It must be a consumer of the producer eSpace, i.e., it (directly
or indirectly
) references your eSpace").
If I put a dummy reference from A directly to C, than eSpace A appears on the list of C entry eSpaces. I have been doing this as a workaround, but it's a bit anoying.
Does anyone have any answers to this?
Thanks a lot.
João Rosado
Staff
Hi Pedro,
It should appear on the list as the documentation says.
If you publish them in order (C, then B, then A) does it still fail to appear?
Regards,
João Rosado
Pedro Vieira
Yes, I publish them in order and it fails to appear. I am using Service Studio 8.0.1.16, and platform server 8.0.1.7, .Net stack.
Pedro Vieira
In eSpace C, I can see B in the list.
In eSpace B, I can see A in the list.
João Rosado
Staff
Hi Pedro,
Just tested and I can confirm that it's not working as intended.
As workaround go to your espace A and do a "Run and Debug in '*' Personal Area". Let the debugger start and then stop it.
After that you should be able to see A in all producers correctly.
Regards,
João Rosado
Pedro Vieira
Thanks, that worked!
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...