Skip to content

Commit

Permalink
Updated pod.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed Aug 16, 2024
1 parent b3c38a9 commit 637775c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Revision history for e
1.28 - 2024-08-NN
=================

TBD
Updated pod.

=================
1.27 - 2024-08-08
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,18 @@ Simple debugger on the command line:

Show a stack trace.

trace( $depth=1 )
trace( OPTIONS )

OPTIONS:

-levels => NUM, # How many scope levels to show.
NUM, # Same.

-raw => 1, # Include internal calls.
-NUM, # Same.

-message => STR, # Message to display.
STR, # Same.

### watch

Expand Down
13 changes: 12 additions & 1 deletion lib/e.pm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,18 @@ Simple debugger on the command line:
Show a stack trace.
trace( $depth=1 )
trace( OPTIONS )
OPTIONS:
-levels => NUM, # How many scope levels to show.
NUM, # Same.
-raw => 1, # Include internal calls.
-NUM, # Same.
-message => STR, # Message to display.
STR, # Same.
=head3 watch
Expand Down

0 comments on commit 637775c

Please sign in to comment.