<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.14">
<TITLE>Re: [Seaside] The session in the debugger</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I wouldn't mind being able to step over session as well.<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: The Squeak Enterprise Aubergines Server - general discussion. &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Sun Feb 04 10:19:00 2007<BR>
Subject: [Seaside] The session in the debugger<BR>
<BR>
Hi<BR>
<BR>
One of the most annoying things about Seaside for me is that you can't<BR>
access the session in the debugger. Often when debugging code that<BR>
needs to access some session data I find myself writing code like<BR>
this:<BR>
<BR>
aBuggedMethod<BR>
&nbsp;&nbsp;&nbsp; &quot;some code&quot;<BR>
&nbsp;&nbsp;&nbsp; session := self session.<BR>
&nbsp;&nbsp;&nbsp; self halt.<BR>
&nbsp;&nbsp;&nbsp; &quot;more code&quot;<BR>
<BR>
and then restarting the method. I am sick of it. This just sucks. So<BR>
recently I meant someone with too much time who would like to make a<BR>
valuable contribution to Seaside. I told him about this and he said he<BR>
would do it if I find at least 5 people to whom it is important.<BR>
<BR>
Personally I don't care how ugly the solution is as long as Seaside<BR>
still works. It doesn't have to be a general solutions. It can be a<BR>
very evil changeset that causes famine, plague, small pocks and<BR>
shortens life by 10 years. That desperately I want it.<BR>
<BR>
If you feel the same way raise your hand now.<BR>
<BR>
Cheers<BR>
Philippe<BR>
_______________________________________________<BR>
Seaside mailing list<BR>
Seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>