We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41965d commit 2f10ae2Copy full SHA for 2f10ae2
README.md
@@ -1,5 +1,6 @@
1
# TDebugger
2
A advanced python debugger with live tracing
3
+
4
## Installation
5
Use the `pip` package manager to install TDebugger
6
```shell script
@@ -16,6 +17,9 @@ A todo list of features to be implemented:
16
17
- [ ] Scrollable code in video.
18
- [ ] Custom arguments.
19
- [ ] Add actual print statements given out by the program in video.
20
21
+### June 2020 Update: A more developed and active version made by kdrag0n can be found [here](https://github.com/CCExtractor/vardbg)
22
23
## Output:
24

25

0 commit comments