#84 closed task (fixed)
remove lolevel unbound and invalid-procedure hooks
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core-pending | Version: | 4.2.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
These hooks should be removed. They are of very little value (mostly for dirty hacks) and add unneeded complexity to the implementation.
Committed to the "pending" branch as 6e5eb38f11a2a8f9a82d1009563e371139a76438
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Note: code for an egg for providing advice
based breakpoints is available and will be released soon (see http://github.com/bunny351/protoeggs/tree/master/trace/).
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Note: this will remove single-stepping and breakpoints. The single-stepping is a horrible hack and the breakpoints should better be implemented using the
advice
egg (will be provided).