step into/debugging c code of cpython

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • decoratorWrap
    New Member
    • Jun 2022
    • 3

    step into/debugging c code of cpython

    can anybody help me out of a serious problem i am facing, i have tried a lot of google search, but all in vain. open is a built in function, written in c language for cpython implementation. i can step into, step through only python codes, is there any debugger/mechanism which can step into built in open function. i mean can i step into c code of cpython.
Working...