File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,13 +143,18 @@ Nevertheless just a refresher on how to submit bugs:
143143** (From the FAQ)**
144144Clear all python cache/compiled files (` *.pyc ` files and ` __pycache__ `
145145directory 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
148149Then start python mode with:
150+
149151` vim -i NONE -u <path_to_pymode>/debugvimrc.vim `
152+
150153Reproduce the error and submit your python mode debug file. You can check its
151154location 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+
153158Please submit the entire content of the file along with a reasoning of why the
154159plugin seems broken.
155160
You can’t perform that action at this time.
0 commit comments