|
|
|
|
|
by mikece
1087 days ago
|
|
> The hardest part of debugging Python is "hitting the wall" when you come to a native library (compiled C code). Aren’t most of these native libraries open source? I’m a C# dev so maybe this is a naive question based on my experience but is there not a way to bring in the source of the C library and debug into it in these “hit the wall” situations? |
|