Skip to content

Conversation

@ctrlpz
Copy link
Contributor

@ctrlpz ctrlpz commented Oct 18, 2019

  • add static map in in Tracing actors to keep all the actors created in the system. One actor is added to the map every time an actor is created by the createActorFromValue primitive.
  • add a new incomming message for the request of pausing an actor (PauseActorRequest)
  • add a method in the WebDebugger that get the actor by its id accessing the map created in TracingActor class
  • make public the log method of the FrontendConnector to notify by console the actor will pause before processing the next message

- add static map in in Tracing actors to keep all the actors created in the system. One actor is added to the map every time an actor is created by the createActorFromValue primitive.
- add a new incomming message for the request of pausing an actor (PauseActorRequest)
- add a method in the WebDebugger that get the actor by its id accessing the map created in TracingActor class
- make public the log method of the FrontendConnector to notify by console the actor will pause before processing the next message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant