Setting break points

Torsten.Bergmann at phaidros.com Torsten.Bergmann at phaidros.com
Mon Nov 17 10:01:24 UTC 2003


There is a breakpoint package available from SqueakMap

http://map1.squeakfoundation.org/sm/package/07469ced-289a-4b6f-bd17-27ec567e
681a

You can easily install it from within Squeak using the Package Loader.
After installing the package you will notice a new menu item in 
the context menu for method panes ("Toggle break on entry"). 
This will insert a "break" at the top of the method - so you have a "break
on entry" functionality.

But currently there is no breakpoint support for
a specific line in a method like you have in other Smalltalks
(like VisualWorks). This may change in the future.

Bye
Torsten


-----Original Message-----
From: Pravin A. Sable
To: squeak-dev at lists.squeakfoundation.org
Sent: 16.11.03 02:27
Subject: Setting break points

Hello All,

	Is it possible to set break point so that during debugging code
stops exactly at that line in squeak?

Best Regards,
Pravin A Sable
MS Student, Computer Science,
Northeastern University.
------------------------------------------------------------------------
--
Data is dumb, knowledge is smart.
------------------------------------------------------------------------
--
Home Page = http://www.ccs.neu.edu/home/pravin/
------------------------------------------------------------------------
--



More information about the Squeak-dev mailing list