Repository : http://git.fedorahosted.org/git/?p=conga-luci-1stgen.git
On branch : RHEL5-active
commit d7470126de0127ac0e4b9fccb96a0553fcccaa4a Author: Jan Pokorný jpokorny@redhat.com Date: Thu Mar 13 23:03:43 2014 +0100
luci/MAINTAINERS.rst: add another useful breakpoint
Signed-off-by: Jan Pokorný jpokorny@redhat.com
luci/MAINTAINERS.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/luci/MAINTAINERS.rst b/luci/MAINTAINERS.rst index 2dfaa85..14855fb 100644 --- a/luci/MAINTAINERS.rst +++ b/luci/MAINTAINERS.rst @@ -78,6 +78,8 @@ and the following (practice-proven) breakpoints may be handy::
pdb> b /usr/lib64/luci/zope/lib/python/App/Extensions.py:158
+ pdb> b /usr/lib64/luci/zope/lib/python/DocumentTemplate/DT_In.py:703 + together with a hint how to extract real source file path from `<FSPythonScript at /A/B used for /X/Y>` (being a `self` here)::
conga-luci-1stgen-commits@lists.fedorahosted.org