Skip to content

Commit 4676f32

Browse files
committed
Rewrite of debugging in an IDE
Made the C code more generic. It now requires three arguments: path to module, module, function. Updated documentation.
1 parent 66a1efe commit 4676f32

File tree

8 files changed

+394
-144
lines changed

8 files changed

+394
-144
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
src/build/
1+
build/
22
*.so
33
PythonExtensionPatterns/
44
doc/sphinx/build/
5+
__pycache__/

0 commit comments

Comments
 (0)