--- a/DebugClients/Python3/PyProfile.py Sat Sep 28 17:40:42 2013 +0200 +++ b/DebugClients/Python3/PyProfile.py Sat Sep 28 19:06:25 2013 +0200 @@ -113,6 +113,7 @@ code over a network... This logic deals with that. @param frame the frame object + @return fixed up file name (string) """ # get module name from __file__ if not isinstance(frame, profile.Profile.fake_frame) and \ @@ -135,6 +136,10 @@ This is a variant of the one found in the standard Python profile.py calling fix_frame_filename above. + + @param frame reference to the call frame + @param t arguments + @return flag indicating a successful handling (boolean) """ if self.cur and frame.f_back is not self.cur[-2]: rpt, rit, ret, rfn, rframe, rcur = self.cur