#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 by , 16 years ago
comment:2 by , 16 years ago
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 by , 16 years ago
| 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
adviceegg (will be provided).