You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,7 @@ end)
179
179
|`create_keymaps`|`true`| Creates default keymappings - see above |
180
180
|`move_to_debugline`|`false`| When adding a debug line, moves the cursor to that line |
181
181
|`display_counter`|`true`| Whether to display/include the monotonically increasing counter in each debug message added |
182
+
|`display_snippet`|`true`| Whether to include a snippet of the line above/below in plain debug lines |
182
183
|`filetypes`| See below | Custom filetypes - see below |
183
184
|`ignore_treesitter`|`false`| Never use treesitter to find a variable under the cursor, always prompt for it - overrides the same setting on `debugprint()` if set to true |
184
185
|`print_tag`|`DEBUGPRINT`| The string inserted into each print statement, which can be used to uniquely identify statements inserted by `debugprint`. |
0 commit comments