Re: [Newbies] Re: Setting Breakpoints to Read Code

2007-05-05 Thread Herbert König
Hello Aditya, AS> Thanks for your input. However, I am trying to get handle on Seaside with AS> lots of methods and a confusing (at least for me since I have no experience AS> with web frameworks) control flow. I would like to run one of the examples AS> and see what method is being interpreted a

RE: [Newbies] Re: Setting Breakpoints to Read Code

2007-05-05 Thread Aditya Siram
ect: [Newbies] Re: Setting Breakpoints to Read Code Date: Sat, 5 May 2007 00:51:53 +0200 Aditya, You can put this inside any method: self halt. "Will show up a stack trace" - Jeroen "Aditya Siram" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all,

[Newbies] Re: Setting Breakpoints to Read Code

2007-05-04 Thread Jeroen van Hilst
Aditya, You can put this inside any method: self halt. "Will show up a stack trace" - Jeroen "Aditya Siram" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > I am new to Squeak and its debugging interface. I am trying to get a handle > on Seaside by setting breakpoint