*(I hit [post] by mistake. Some of you may get a partial message before 
this full one)*

I needed to change some things to get working in Windows. For the ignore 
list of system directories: reverse the inner and outer quotes, capture to 
text file. Edit path to use Win path separator instead of unix (replace 
`:c:` with `;c:` -- colon-C-colon with semi-colon-C-colon).

python -c "import sys ; print(':'.join(sys.path)[1:])" > pdb-ignore.txt


-matt

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/ddafa54a-9ffa-4008-8aa2-2b521cbdf5d1%40googlegroups.com.

Reply via email to