DebugClients/Python/DebugBase.py

changeset 6405
2763348bf9a6
parent 6404
1a0afc7f2837
child 6645
ad476851d7e0
--- a/DebugClients/Python/DebugBase.py	Fri Jul 06 20:30:36 2018 +0200
+++ b/DebugClients/Python/DebugBase.py	Fri Jul 06 20:31:07 2018 +0200
@@ -587,7 +587,7 @@
                 return frame.f_code.co_filename
             
             absFilename = os.path.abspath(fn)
-            if absFilename.endswith(('.pyc', '.pyo')):
+            if absFilename.endswith(('.pyc', '.pyo', '.pyd')):
                 fixedName = absFilename[:-1]
                 if not os.path.exists(fixedName):
                     fixedName = absFilename

eric ide

mercurial