I've setup a sample project (actually, it's Tom's name-directory and name-directory-server) running with Theseus 0.4.8 and node-theseus. I can see the calls appear for both the client and server code.
From a prior demo I remember seeing the node callbacks in the same call stack as the client code, e.g. client getJSON() -> server nodeSideHandler() -> client getJSONCallback. However, when I click on the appropriate calls, the node-side callbacks are always at the root of the call stack.
Am I doing something wrong or is there a new bug?
Jason