#Debugging multiple running services
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hi everyone, is there any best practice/known way to debug what's happening to services spawned by a module and used by the "main" container?
For instance I currently have:
and then my main application with all the relative bindings
can I check what's happening inside the web service or the db... any experience/suggestion?