[Newbies] Re: debugging by using a global variable?

Joseph Alotta joseph.alotta at gmail.com
Wed Apr 20 19:00:09 UTC 2016


bert,

thanks.  I heard something ding when I dragged it, but nothing happened.  I couldn’t find the item on the menus.

Sincerely,

Joe.


> On Apr 20, 2016, at 10:53 AM, Bert Freudenberg [via Smalltalk] <ml-node+s1294792n4891032h41 at n4.nabble.com> wrote:
> 
> 
> > On 20.04.2016, at 17:19, Joseph Alotta <[hidden email]> wrote: 
> > 
> > Greetings, 
> > 
> > My code has some complex parts and I think it would be good to pull parts of it out and practice with it in a workspace window. 
> > 
> > For example, I have an Array of Transaction objects, that is a instance variable.  It is mostly populated from reading a file. 
> > 
> > What would be the best method to extract this array? 
> > 
> > Assign it to a global variable?
> That’s one way to do it. 
> 
> You can also drag that instance variable from the inspector to the workspace, which will create a variable reference. 
> 
> In the latest trunk image this should work seamlessly: If you drop an Array, the workspace variable will be named something like “array12345” and be bound to that Array. 
> 
> In the stable release image, you have to first enable the workspace’s “accept dropped morphs” flag from its menu button. It will create a variable named “transfer12345” and put the morph in it. You will have to refer to the Array as “transfer12345 passenger”. 
> 
> - Bert - 
> 
> 
> 
> 
> _______________________________________________ 
> Beginners mailing list 
> [hidden email] 
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
> 
>  smime.p7s (5K) Download Attachment
> 
> 
> If you reply to this email, your message will be added to the discussion below:
> http://forum.world.st/debugging-by-using-a-global-variable-tp4891014p4891032.html
> To start a new topic under Squeak - Beginners, email ml-node+s1294792n107673h12 at n4.nabble.com 
> To unsubscribe from Squeak - Beginners, click here.
> NAML





--
View this message in context: http://forum.world.st/debugging-by-using-a-global-variable-tp4891014p4891050.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20160420/de63ddc2/attachment-0001.htm


More information about the Beginners mailing list