diff sat/bridge/pb.py @ 2854:eb9fa72eb62b

core: added a "_debug" signal: this signal is a generic debugging signal which can be implemented in frontends to do specific actions, like printing data dumps.
author Goffi <goffi@goffi.org>
date Sun, 10 Mar 2019 18:04:01 +0100
parents 0f277708e2ae
children 82b781c46841
line wrap: on
line diff
--- a/sat/bridge/pb.py	Sun Mar 10 18:03:41 2019 +0100
+++ b/sat/bridge/pb.py	Sun Mar 10 18:04:01 2019 +0100
@@ -135,6 +135,9 @@
         """
         self.root._bridgeReactivateSignals()
 
+    def _debug(self, action, params, profile):
+        self.sendSignal("_debug", action, params, profile)
+
     def actionNew(self, action_data, id, security_limit, profile):
         self.sendSignal("actionNew", action_data, id, security_limit, profile)