> On 14/07/14 22:13, Joost van der Sluis wrote:
> > Hi all,
> >
> > As I've written before there's a new debugger available for Lazarus.
> > (Actually there are two new debuggers, but I'm talking about the new
> > gdb-less debugger)
> >
> > The debugger has been improved a lot and I could need some help testing
> > the thing.
> 
> Looks promising, but (on current SVN):
> 
> an explicit raise Exception.Create causes an assembler window to appear, 
> trying to show ../inc/except.inc rather than the source line with the 
> raise as the standard debugger does.

Do you have a rtl with debug-info enabled? In that case it's normal, as this is 
the location where the exception actually takes place.
 
> I hung lazarus by hitting F4 (step to current line). The backtrace may help:

Step to current line is indeed broken, I'll fix that.

Joost
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to