[Seaside] Debugger not highlighting the right code

Avi Bryant seaside@lists.squeakfoundation.org
Mon, 2 Dec 2002 23:32:30 -0800 (PST)


On Mon, 2 Dec 2002, Derek Brans wrote:

> My Debugger is behaving weird when debugging seaside applications.  Both
> browser debugger and regular debugger are highlighting the wrong section
> of code.

I haven't noticed this, but it doesn't entirely surprise me - Seaside
modifies the way instance variable references are compiled within
Component methods, and it's quite likely that this is confusing the
debugger (for more or less the same reason, all the inst vars will show up
as nil).

Try switching the source view in the debugger to pretty print
- it won't be "pretty", exactly, but it may be more accurate.