I'm working with apify for web scraping and I recently updated from apify-cli 0.21.6 to 0.21.7
I use the python SDK and for debugging I use pdb.set_trace() or breakpoint()
When I updated apify-cli the code keeps stopping at the break points but I can't interact with the code through the terminal. It shows the (Pdb) console prompt but doesn't register my input. It freezes rendering the debug process obsolete. For the moment I solved it downgrading to 0.21.6 but it's not a real solution
Has anyone else encountered this issue with apify-cli v0.21.7 and Python's pdb or breakpoint()?
Are there any known workarounds or configurations that can resolve this terminal freezing issue, short of downgrading apify-cli?
Add a comment
|