| # CODYlib -*- mode:autoconf -*- | |
| # Copyright (C) 2020 Nathan Sidwell, nathan@acm.org | |
| # License: Apache v2.0 | |
| dir @srcdir@ | |
| # some default breakpoints, to catch the fatal exit | |
| set breakpoint pending on | |
| break HCF | |
| set complaints 0 | |
| break exit | |
| set breakpoint pending off |