Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvonX committed Apr 6, 2020
1 parent 4b0f8ad commit 1473f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Some predefined modification available in the controller
> LineDebugger.debug('__main__.bar', [11, 12]) # inject code to print out variables in certain lines
> VarDebugger.debug('__main__.bar', 'b') # inject code to print out all values of a variable in different statements
```

These will print out corresponding profiling and debugging info in the program terminal and in `/tmp/pyliveupdate`.
You can also define your own customized modifications.

## Customized modification
Expand Down

0 comments on commit 1473f48

Please sign in to comment.