Forum Discussion

brandonwork's avatar
brandonwork
New Member
1 day ago

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?

1 Reply

  • rraghvani's avatar
    rraghvani
    Icon for Champion Level 3 rankChampion Level 3

    The latest version of Python has stopped this from working. I suggest you open a Support Ticket for this.