chisvasileandrei.wordpress.com
Extending the Pharo debugger with custom actions | Andrei Chiş
https://chisvasileandrei.wordpress.com/2015/07/09/extending-the-pharo-debugger-with-custom-actions
Extending the Pharo debugger with custom actions. July 9, 2015. July 9, 2015. One of the main goals of the current debugger from Pharo. Is to be easily extensible with new debugging actions and new user interfaces. Towards that goal it models all debugging actions as objects that can be dynamically added to various widgets from the user interface. A high-level view of the debugger is given below. We can see that a debugger is split into three distinct components:. First we need to create a subclass of.
vissoft.dcc.uchile.cl
VISSOFT 2015
http://vissoft.dcc.uchile.cl/program.html
A preview of the proceedings and links to preprints and supplemental material are available on conference-publishing.com. The full proceedings will soon appear on IEEE Xplore. September 27, Sunday. Papers 1: Software Behavior. Revealing Runtime Features and Constituent Behaviors within Software. Vijay Krishna Palepu and James Jones. Unified Model for Software Engineering Data. Anna-Liisa Mattila, Antti Luoto, Henri Terho, Otto Hylli, Outi Sievi-Korte and Kari Systä. Papers 2: User Studies and Outreach.
smalltalkreflections.blogspot.com
Smalltalk Reflections: Smalltalk Reflections #011: Interview with Stéphane Ducasse
http://smalltalkreflections.blogspot.com/2015/03/smalltalk-reflections-011-interview.html
Thursday, 12 March 2015. Smalltalk Reflections #011: Interview with Stéphane Ducasse. David and Craig talk with Stéphane Ducasse about Pharo. Https:/ s3.amazonaws.com/smalltalkreflections/SmalltalkReflections 011.mp3. In this episode, we talk about. Pharo http:/ www.pharo.org. Http:/ www.seaside.st/. Reef http:/ www.smallworks.eu/web/projects/reef. Amber Smalltalk http:/ amber-lang.net/. Tide https:/ github.com/tide-framework/tide. Cog https:/ github.com/pharo-project/pharo-vm. 17 March 2015 at 20:52.
smalltalkreflections.blogspot.com
Smalltalk Reflections: March 2015
http://smalltalkreflections.blogspot.com/2015_03_01_archive.html
Sunday, 29 March 2015. Smalltalk Reflections #012: Interview with James Foster from GemTalk Systems. David and Craig talk to James Foster from GemTalk Systems about GemStone/S. Https:/ s3.amazonaws.com/smalltalkreflections/SmalltalkReflections 012.mp3. Links in this podcast:. Thursday, 12 March 2015. Smalltalk Reflections #011: Interview with Stéphane Ducasse. David and Craig talk with Stéphane Ducasse about Pharo. Https:/ s3.amazonaws.com/smalltalkreflections/SmalltalkReflections 011.mp3. Smalltalk Refl...
chisvasileandrei.wordpress.com
A bytecode debugger | Andrei Chiş
https://chisvasileandrei.wordpress.com/2015/01/15/a-bytecode-debugger
January 15, 2015. March 6, 2015. While we interact with source code using its textual representation, to the Pharo. Virtual machine source code is just a list of bytecode instructions. For most programming tasks we do not need to understand the execution of a program at the bytecode level. However, when building tools like compilers looking at the execution of a piece of code at the bytecode level is a must. To improve this we created using the Moldable Debugger. The debugger further shows the stack of t...
tudorgirba.com
Tudor "Doru" Girba: .Net Rocks! interview on Moose, humane assessment, Pharo, GT and related things
http://www.tudorgirba.com/blog/dotnetrocks-interview-moose-humane-assessment-pharo-gt-2015?_s=ii-MX-B50s_OsUhQ&_k=JIsNpMRR&_n&13
Blogging on presentation, representation and the rest. Interview on Moose, humane assessment, Pharo, GT and related things. A couple of weeks ago I had the pleasure of chatting with Carl Franklin. On a Net Rocks! We started from Moose. And then we diverged into the issue of too prevalent code reading and how humane assessment. Addresses this part. We eventually also touched the Pharo. Live programming environment and the Glamorous Toolkit. It paved the way nicely and I tried my best to link to it.
chisvasileandrei.wordpress.com
March | 2015 | Andrei Chiş
https://chisvasileandrei.wordpress.com/2015/03
Extending GTInspector with support for exploring HelpTopic objects. March 6, 2015. March 7, 2015. Is a tool from Pharo. That provides an introductory help for the environment and its tools:. Internally, the content displayed by this tool is stored in. A content instance variable storing the help text;. A list of subtopics (also. Hence, the entire help is stored as a tree of. Provides a user interface for exploring the content of this tree. Object we can extend GTInspector. With two custom views. To creat...
SOCIAL ENGAGEMENT