-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: None
-
None
From Ryan Herbst:
Ok somewhere along the lines a debugging issue has been introduced. Enabling python level debug is crashing my computer by quickly sucking up all the memory
this was not the case previously.
Just adding the following to the simplist 1 device, 1 register example sucks up all the memory on my computer:
- logger = logging.getLogger('pyrogue')
- logger.setLevel(logging.DEBUG)
I will chase that down after I finish on what I wanted to debug