Message338365
It seems to work:
❯ uname -a
Darwin C02VL073HTDG 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64 x86_64
❯ pwd
/tmp/check
/tmp/check
❯ rm -rf ../check
/tmp/check
❯ ~/github/cpython/python.exe -m pdb
usage: pdb.py [-c command] ... [-m module | pyfile] [arg] ...
Debug the Python program given by pyfile. Alternatively,
an executable module or package to debug can be specified using
the -m switch.
Initial commands are read from .pdbrc files in your home directory
and in the current directory, if they exist. Commands supplied with
-c are executed after commands from .pdbrc files.
To let the script run until an exception occurs, use "-c continue".
To let the script run up to a given line X in the debugged file, use
"-c 'until X'". |
|
Date |
User |
Action |
Args |
2019-03-19 15:32:41 | pablogsal | set | recipients:
+ pablogsal, ronaldoussoren, ncoghlan, vstinner, ned.deily, lkollar |
2019-03-19 15:32:41 | pablogsal | set | messageid: <1553009561.19.0.776090527471.issue36236@roundup.psfhosted.org> |
2019-03-19 15:32:41 | pablogsal | link | issue36236 messages |
2019-03-19 15:32:40 | pablogsal | create | |
|