updated dir watch; removed keys call where senseable; added additional. debug hook; added threading and async code for testing

This commit is contained in:
2024-06-12 00:32:14 -05:00
parent a362039e73
commit 2f954f4c79
8 changed files with 88 additions and 76 deletions

View File

@@ -37,6 +37,14 @@ def debug_signal_handler(signal, frame):
except Exception as ex:
...
try:
import ipdb
logger.debug("\n\nStarting IPDB debugger...\n\n")
ipdb.set_trace()
return
except Exception as ex:
...
try:
import pdb
logger.debug("\n\nStarting embedded PDB debugger...\n\n")