question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pdb unusable due to invisible stdout

See original GitHub issue

System information

Describe the problem

In the latest master, stdout somehow gets handled incorrectly, thus making pdb unusable. This happens at least for trainables run with tune.run_experiments. Things work fine before https://github.com/ray-project/ray/commit/ef527f84abf0cee7ac6ad832828ff92311440ee4.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
richardliawcommented, Feb 28, 2019

Can we actually make this issue a high priority?

In a separate project I’m working on, it’s incredibly hard to debug things now… (this is not specific to Tune)

1reaction
robertnishiharacommented, Feb 12, 2019

That’s true, if Tune supported local_mode=True, then it would just work out of the box. The relevant issue is https://github.com/ray-project/ray/issues/2796.

Read more comments on GitHub >

github_iconTop Results From Across the Web

best way to deal with python pdb flakiness re/stdout?
This answer is just to supplement Ned's, as a way of wrapping the pdb.py main() function in a manner which doesn't require copying...
Read more >
2 Creating and Configuring an Oracle Database
Open a command window. Note: Use this command window for the subsequent steps. Set the ORACLE_SID environment variable. Restrictions related ...
Read more >
Oracle 12c: SEED (PDB$SEED) pluggable database is in ...
In a real time scenario, the seed pluggable database may become unusable due to a number of unforeseen reasons. ##--- ##--- deleting system ......
Read more >
The new AutoUpgrade utility in Oracle 19c - Mike.Dietrich
What is the AutoUpgrade? The Oracle Database AutoUpgrade utility is a new tiny little command line tool which allows you to upgrade your ......
Read more >
doctest — Test interactive Python examples — Python 3.11.1 ...
and a detailed report of all examples tried is printed to standard output, ... might depend on resources which would be unavailable to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found