Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#109 closed defect (fixed)

When TPL::REPL is unavailable, the debugger kills the entire application

Reported by: ehuelsmann Owned by: astalla
Priority: major Milestone: 0.24
Component: libraries Version:
Keywords: Cc:
Parent Tickets:

Description

Ole Myren Rohne reports:
""
I'm playing with AbclScriptEngine? (with Electric VLSI) and found a tiny problem with config.lisp: EXT:MAKE-THREAD should be THREADS:MAKE-THREAD.
""
which is already solved, but continues:

Unfortunately the problem was unnecessary hard to debug because in the absence of TPL::REPL the debugger ends up quitting the entire application. I'm wondering if in that case it would be more useful to throw a Java error, eg like SYS::%DEBUGGER-HOOK-FUNCTION?

That's what this ticket is about.

Change History (3)

comment:1 Changed 13 years ago by ehuelsmann

Owner: changed from nobody to astalla
Status: newassigned

comment:2 Changed 13 years ago by ehuelsmann

Resolution: fixed
Status: assignedclosed

This issue is fixed in 0.24: (QUIT) doesn't call EXIT anymore, but instead throws a Java exception.

comment:3 Changed 13 years ago by ehuelsmann

Milestone: 0.24
Note: See TracTickets for help on using tickets.