Skip to content

Commit 7195800

Browse files
authored
Update readme.md
1 parent c5b82b4 commit 7195800

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,18 @@ Nevertheless just a refresher on how to submit bugs:
143143
**(From the FAQ)**
144144
Clear all python cache/compiled files (`*.pyc` files and `__pycache__`
145145
directory and everything under it). In Linux/Unix/MacOS you can run:
146+
146147
`find . -type f -name '*.pyc' -delete && find . -type d -name '__pycache__' -delete`
147148

148149
Then start python mode with:
150+
149151
`vim -i NONE -u <path_to_pymode>/debugvimrc.vim`
152+
150153
Reproduce the error and submit your python mode debug file. You can check its
151154
location with `:messages` for something like:
152-
`pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt`.
155+
156+
> pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt
157+
153158
Please submit the entire content of the file along with a reasoning of why the
154159
plugin seems broken.
155160

0 commit comments

Comments
 (0)