python - PyCharm "Frames are not Available"... How to add frames so I can view Variables in Debug? -
sorry if pretty basic, can't seem figure out how enable/add frames under pycharm debugger can view variable information, after selecting checkpoint. when i'm under debugger see "frame not available"... have searched hours , tried enabling "python exception breakpoint" checkbox, didn't either. missing basic? believe should have "main thread" or under frames section, @ point don't know else try... attached see when i'm under debugger. thank suggestions! :)
just run code :)
if you'd debug program, there ways it:
right-click
on tab file name (lasclipcpu_test.py
in case) , selectdebug 'lasclipcpu_test'
or
- go
run
, selectdebug 'lasclipcpu_test'
or
- just push button green bug icon. it's above file name tab on screenshot.
more debugging here.