-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Just an idea. When writing in Python or any language, you invariably do quite a few print statements to make sure all is correct/debugging.
But these print statements can start to get in the way. However you don't want to remove them,,just yet. You are still testing...
But if you could essentially mute the console and unmute it in code could be a nice debugging feature. I know my jargon is not correct, could be console.suspend_output = True for example.
Maybe a mechanism is in place for this already. I havnt seen though.
Actually, I have had this problem many times but just accepted it and did what I needed to do to clean it up. In a redundant way. Commenting out print() lines etc...only to have to later uncomment them.
Food for thought
Metadata
Metadata
Assignees
Labels
No labels