--- a/DebugClients/Python/PyProfile.py Sat May 17 19:58:49 2014 +0200 +++ b/DebugClients/Python/PyProfile.py Sun May 18 14:13:09 2014 +0200 @@ -126,7 +126,7 @@ def trace_dispatch_call(self, frame, t): """ - Private method used to trace functions calls. + Public method used to trace functions calls. This is a variant of the one found in the standard Python profile.py calling fix_frame_filename above.