Roger Serwy <roger.se...@gmail.com> added the comment:

> I suggest to add a decorator @Debugger.internal for all methods that the 
> debugger should not step into. It should set a function attribute that the 
> debugger then checks for.


The decorator idea may work. I'll need to see how to make it work with the 
existing debugging code.


> OTOH, I fail to see the problem. Stepping through the standard library may be 
> useful, and if you don't want to do that, you can choose to step over still.


I'm not sure why stepping through an IDE's internals is desirable when 
debugging one's own program. As it stands, the _RPCFile patch represents an 
unintended behavior change to the debugger. That needs to be either corrected 
or documented.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15335>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to