brandonwork
14 hours agoNew Member
Breakpoints in external files with python 3.13?
With the recent upgrade to python 3.13 I have been working to update my project, which uses a lot of external files. As of right now, I have been adding the absolute path to external files as mentioned at the bottom of this page:
Migrating to Python 3.13 | TestComplete Documentation
This has allowed my tests to progress much further than the NameErrors I was getting initially, but my issue now is that any breakpoint put in an external file no longer functions. I can see that the code is being executed, but breakpoints are being ignored.
Are breakpoints in external files no longer supported with the update to python 3.13?