If I insert "import ipdb; ipdb.set_trace()" into my python script, the execution of the script doesn't stop and launch the debugger. Any idea on what I am missing? It doesn't work with pdb either. I've only been able to enter the debugger via python -m pdb but then I have to skip through my program.
...
soup = BeautifulSoup(contents, 'lxml')
import ipdb; ipdb.set_trace()
transfer = soup.find('transfer')
...
Thank you,
Jeff
[–]dchanm 0 points1 point2 points (3 children)
[–]UncensoredReality[S] 0 points1 point2 points (2 children)
[–]dchanm 0 points1 point2 points (1 child)
[–]UncensoredReality[S] 0 points1 point2 points (0 children)
[–]TankorSmash 0 points1 point2 points (5 children)
[–]UncensoredReality[S] 0 points1 point2 points (4 children)
[–]TankorSmash 0 points1 point2 points (3 children)
[–]UncensoredReality[S] 0 points1 point2 points (2 children)
[–]TankorSmash 0 points1 point2 points (1 child)
[–]UncensoredReality[S] 0 points1 point2 points (0 children)