Bases: gt.core.Handler
Process analyzer/debugger, use to see the process logs or to emulate the reply from a certain element.
Creates the new debugger.
Parameters: |
|
---|
Attaches the debugger to the specified process events.
Parameters: | process (Process.) – the process to attach. |
---|
Detaches the debugger from the process.
Clears the reply and log hooks.
Emulates the reply.
Parameters: |
|
---|
Adds the show log hook to the query event.
Removes the show log hook.
Reply event: returns the specified reply to the process.
Log event: prints the process’ query and the element’s reply on it.