--- 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