Skip to content

Commit 43b0b86

Browse files
committed
First version of README
1 parent 1f742cb commit 43b0b86

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.org

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#+TITLE: pmd, the poor man's debugger
2+
#+AUTHOR: Daniel Luna
3+
4+
5+
* Purpose
6+
7+
Small package to automate the tedium of inserting debug-print statements in
8+
the code. It includes an interactive function that accepts a mini-language for
9+
printing multiple variables.
10+
11+
* Examples
12+
13+
The command splits input whenever it sees a slash followed by a comma
14+
("\,"). This is the default because the comma is significant in most languages
15+
(i.e., in Ruby, if you want to inspect an array like "[a,b,c]" as an unit, you
16+
don't want it to break on every comma).
17+
18+
Use the modifier "ie" (for "ignore escape") to use the comma as a separator.

0 commit comments

Comments
 (0)