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
|`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
+
|`display_counter`|`true`| Whether to display/include the monotonically increasing counter in each debug message added |
181
182
|`filetypes`| See below | Custom filetypes - see below |
182
183
|`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 |
183
184
|`print_tag`|`DEBUGPRINT`| The string inserted into each print statement, which can be used to uniquely identify statements inserted by `debugprint`. |
0 commit comments