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
We should make it so import pudb.b does the same thing as import pudb;pudb.set_trace(). The latter is too much to type. Are you OK with the name b? If so, I'll implement this.