squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.62k stars 580 forks source link

how to debugging python c extensions #169

Open lanzhiwang opened 4 years ago

lanzhiwang commented 4 years ago

When writing Python extensions in C, how do you debug C language, what tools and specific steps are you using, can you give an example?