You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone tried using Python PDB on code executed in the shell? Not sure if it's possible, but would be very helpful for debugging scripts executed through RPS, especially pdb.set_trace()
Has anyone tried using Python PDB on code executed in the shell? Not sure if it's possible, but would be very helpful for debugging scripts executed through RPS, especially pdb.set_trace()
Seems like it's possible to use it in IronPython as long as X:Frames is used, but when I include
import pdb; pdb.set_trace()
seems like it's ignored.The text was updated successfully, but these errors were encountered: