[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Extensions made by the Tilde debugger
- From: Joshua Jensen <josh.jjensen@...>
- Date: Mon, 29 Aug 2011 07:31:00 -0600
----- Original Message -----
From: liam mail
Date: 8/28/2011 6:01 AM
A more useful hook in the core would be for breakpoints, so a
breakpoint instruction can overwrite the instruction at the location.
As for catching an error before the error is thrown, this is something
I already do without modifying the core per say via the use of
trampolines. Liam
A breakpoint hook would be useful and could speed up debugging considerably.
How is the use of trampolines easier than a few lines to provide a
method of catching errors at the point of error? How do you use
trampolines to accomplish this?
-Josh