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! :)

enter image description here

just run code :)

if you'd debug program, there ways it:

  1. right-click on tab file name (lasclipcpu_test.py in case) , select debug 'lasclipcpu_test'

or

  1. go run , select debug 'lasclipcpu_test'

or

  1. just push button green bug icon. it's above file name tab on screenshot.

more debugging here.