Frames are not available
Recently started to use pycharm debugger for my project. But everytime I turns it on, it shows me that frames are not available. I've read a lot of different articles with similar problems but still don't actually understand how to solve it.
Please sign in to leave a comment.
Hello,
Do you have any breakpoints placed? https://www.jetbrains.com/help/pycharm/using-breakpoints.html
Hey there,
Did you find a solution to your problem? Because I have the exact same issue.
It could be a project-specific issue. I would suggest the following:
1. Create a new minimal project with the boilerplate `main.py` file and check if the issue is reproduced.
2. Report the issue to https://youtrack.jetbrains.com/issues/py with a project sample that reproduces the issue, along with Logs from **Help | Collect Logs and Diagnostic Data**.