[Ecls-list] SIGINT and *debugger-hook*

dherring at tentpost.com dherring at tentpost.com
Wed Jun 25 13:39:59 UTC 2008


Hi,

After embedding ECL in an application, I noticed that it installs a signal
handler for SIGINT that invokes the ECL debugger.

This may confuse users who don't know ECL is being used, so I tried (setf
*debugger-hook* ...) to customize the default behavior.

This works when ECL is started as a top-level process (e.g. `ecl`) but not
when ECL is started from within my app via cl_boot(argc, argv).

Suggestions?

Thanks,
Daniel






More information about the ecl-devel mailing list