Debug between eSpaces
1974
Views
6
Comments
Implemented
Debugger

Actually I can't use "Step Into" debug if a server action doesn't belong to the actual eSpace, even this isn't a System eSpace.

Example, I have a "REST Integration Core" for Google API's eSpace and an another Google People API to consume these specific methods. While debugging, step into a REST Integration Core action, the Service Studio doesn't open to detailed debug, an option is creating a single WebScreen with only one button points to an action with desired params.

2014-02-07 17-02-43
Vasco Pessanha
Changed the category to
Debugger

@Saulo Gonçalves, while I agree that it would be nice if "Step Into" went into action that are in different modules, I would like to highlight that you can already debug across eSpaces, but you have to start from the consumed action.



As you can see in the screenshot above, if you add a breakpoint to a public action, you'll get a "Debug Setup" tab that allows you to choose the eSpace where the screen /timer / web service that started the request are. For this to work, the consumer eSpaces can't have outdated references (some people complain debugging across eSpaces doesn't work, because they don't know this).

Thanks, after setting a Entry Point it works!!!

2014-02-07 17-02-43
Vasco Pessanha
Changed the status to
Implemented
on 11 Apr 2018

Hey Saulo,

I'm glad you managed to do it :)

Hi Saulo Gonçalves,

Is there anything that we, Service Studio, could have done better to help you with this?

Your feedback is most welcome! 

Thanks.


I thought the debugger would respect the breakpoint regardless of the source of the call, but that way my request was solved, Thanks.