This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author isandler
Recipients
Date 2007-03-08.06:25:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I think it's a bit more complicated than it seems: it's more than common for different classes to have methods with the same name.

So looking for "\s*def func" will just grab the first matching method...Which is probably not what one would want...And dealing with multiple matches might be more hassle than it's worth..

So maybe the current behaviour should be kept as is

NOTE: you CAN currently set breakpoints in methods by doing

b Class.method



History
Date User Action Args
2007-08-23 14:51:29adminlinkissue1643369 messages
2007-08-23 14:51:29admincreate