epdb icon indicating copy to clipboard operation
epdb copied to clipboard

Feature request: silent mode

Open berlic opened this issue 8 years ago • 1 comments

Hello.

Thanks for your work!

Could you please implement some option to prevent messages to process' stdout?

I use epdb as remote debugger with epdb.serve(). When telnet server is started, it spits out Serving on port... to debugged process' stdout (here). But my process must produce valid JSON as its output.

I commented out this line to prevent printing, but may be there is better way to control epdb's silent mode.

berlic avatar Oct 06 '17 10:10 berlic

@berlic, does PR #10 address your use case?

wfscheper avatar Jan 13 '19 03:01 wfscheper