Sean Perry
Sean Perry
Yes. I did not say cleaning. I said a fresh clone.
Great question. That is what needs to be debugged :-)
I ran into the again. I wish I had it still so I could cut and paste. The failure occurs because point is not on subr.el which is the last...
It was a hard to identify bug. We could not consistently reproduce it. It is also Mac specific if I recall.
Thanks @jaccarmac.
yeah, definitely need something. I thought I had a solution and wrote a tool to generate a whitelist. Not too crazy and mostly introspection based. Then I realized that once...
This issue has been resolved.
Can someone provide example filenames, their config, and the desired result?
But if you did that the Pdb object would not have its `__init__` called until the method containing `accept()` is called.
Then perhaps the right thing to do is to refactor so that the Rpdb object contains a Pdb object instead of derives from it. This way the Pdb object could...