gmarkall / manycore_form_compiler

MCFC is deprecated. See https://code.launchpad.net/~grm08/ffc/pyop2
https://code.launchpad.net/~grm08/ffc/pyop2
GNU General Public License v3.0
3 stars 1 forks source link

Debugging mode #68

Closed kynan closed 12 years ago

kynan commented 12 years ago

Adds parameter -g to the frontend to enable debugging mode: prints a verbose backtrace and drops into pdb on when an exception is raised. In the auto tester, debugging is enabled when running interactively. Also changes the -p parameter in favour of -o - for printing generated code to stdout.