def debug()

in repl/test-repl-darwin.py [0:0]


def debug(p):
    print('before:')
    print(p.before)
    print('--')
    print('after:')
    print(p.after)
    print('--')
    print(p.match.groups())
    print('--')