Thanks for your input. However, I am trying to get handle on Seaside with lots of methods and a confusing (at least for me since I have no experience with web frameworks) control flow. I would like to run one of the examples and see what method is being interpreted at each step. Is there a way I can add breakpoints to all the methods in a certain package?

Thanks...
Aditya

From: "Jeroen van Hilst" <[EMAIL PROTECTED]>
Reply-To: "A friendly place to get answers to even the most basic questionsabout Squeak." <beginners@lists.squeakfoundation.org>
To: beginners@lists.squeakfoundation.org
Subject: [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,
> I am new to Squeak and its debugging interface. I am trying to get a
handle
> on Seaside by setting breakpoints on the methods in the example apps.
>
> Is there a way to bulk set breakpoints for all classes and methods in the
> Seaside package(or any other package) ? I would like to see exactly what
> code is being executed at any given time. Is there an easier way?
>
> Thanks...
> Deech
>
> _________________________________________________________________
> Get a FREE Web site, company branded e-mail and more from Microsoft Office
> Live! http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/



_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

_________________________________________________________________
Download Messenger. Join the i’m Initiative. Help make a difference today. http://im.live.com/messenger/im/home/?source=TAGHM_APR07

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to