Skip to content

Commit 1275d42

Browse files
committed
docs: Add explanation for setting print_tag to ""
1 parent 393191c commit 1275d42

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ reason, please open an
186186

187187
`debugprint` supports the following options in its global `opts` object:
188188

189-
| Option | Default | Purpose |
190-
| ------------------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
191-
| `move_to_debugline` | `false` | When adding a debug line, moves the cursor to that line |
192-
| `display_counter` | `true` | Whether to display/include the increasing integer counter in each debug message. Can also be set to a function to customize, see below |
193-
| `display_snippet` | `true` | Whether to include a snippet of the line above/below in plain debug lines |
194-
| `filetypes` | See below | Custom filetypes - see below |
195-
| `print_tag` | `DEBUGPRINT` | The string inserted into each print statement, which can be used to uniquely identify statements inserted by `debugprint`. |
189+
| Option | Default | Purpose |
190+
| ------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
191+
| `move_to_debugline` | `false` | When adding a debug line, moves the cursor to that line |
192+
| `display_counter` | `true` | Whether to display/include the increasing integer counter in each debug message. Can also be set to a function to customize, see below |
193+
| `display_snippet` | `true` | Whether to include a snippet of the line above/below in plain debug lines |
194+
| `filetypes` | See below | Custom filetypes - see below |
195+
| `print_tag` | `DEBUGPRINT` | The string inserted into each print statement, which can be used to uniquely identify statements inserted by `debugprint`. If you set this to `''`, no print tag will be included, but this will disable the ability to delete or comment print statements via `debugprint` |
196196

197197
### Customizing Counter Logic
198198

0 commit comments

Comments
 (0)