Hi guys! Today I was able to debug Amber code with a stepping debugger for the first time! The debugger is based on an AST interpreter with a small stack implementation. Here's a short video of the debugger in action: https://www.dropbox.com/s/43mli1wwbdwj5kx/amber-debugging.mov While it's an early version, it is already usable :) cheers, nico
Finally! It will be very useful! пÑÑниÑа, 31 Ð¼Ð°Ñ 2013 г., 1:26:01 UTC+4 полÑзоваÑÐµÐ»Ñ nicolas petton напиÑал:
Hi guys!
Today I was able to debug Amber code with a stepping debugger for the first time! The debugger is based on an AST interpreter with a small stack implementation.
Here's a short video of the debugger in action: https://www.dropbox.com/s/43mli1wwbdwj5kx/amber-debugging.mov
While it's an early version, it is already usable :)
cheers, nico
Great work! Norbert Am 30.05.2013 um 23:26 schrieb Nicolas Petton <petton.nicolas@gmail.com>:
Hi guys!
Today I was able to debug Amber code with a stepping debugger for the first time! The debugger is based on an AST interpreter with a small stack implementation.
Here's a short video of the debugger in action: https://www.dropbox.com/s/43mli1wwbdwj5kx/amber-debugging.mov
While it's an early version, it is already usable :)
cheers, nico
cool! Stef On May 30, 2013, at 11:26 PM, Nicolas Petton <petton.nicolas@gmail.com> wrote:
Hi guys!
Today I was able to debug Amber code with a stepping debugger for the first time! The debugger is based on an AST interpreter with a small stack implementation.
Here's a short video of the debugger in action: https://www.dropbox.com/s/43mli1wwbdwj5kx/amber-debugging.mov
While it's an early version, it is already usable :)
cheers, nico
Amazing work Nicolas , the debugger is a huge reason why I Love smalltalk so much. Makes the use of amber very compelling. -- View this message in context: http://forum.world.st/Pharo-dev-Amber-s-new-stepping-debugger-tp4690847p4690... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Impressive, that's a real step forward. Laurent On Thu, May 30, 2013 at 11:26 PM, Nicolas Petton <petton.nicolas@gmail.com>wrote:
Hi guys!
Today I was able to debug Amber code with a stepping debugger for the first time! The debugger is based on an AST interpreter with a small stack implementation.
Here's a short video of the debugger in action: https://www.dropbox.com/s/43mli1wwbdwj5kx/amber-debugging.mov
While it's an early version, it is already usable :)
cheers, nico
I'm really excited to start using the debugger. I think this is going to be a game changer for lots of people... Also, will it be like the stepping debugger ala other smalltalks, where it's not just per line, but steps/highlights each method within a line? On Thursday, May 30, 2013 5:26:01 PM UTC-4, nicolas petton wrote:
Hi guys!
Today I was able to debug Amber code with a stepping debugger for the first time! The debugger is based on an AST interpreter with a small stack implementation.
Here's a short video of the debugger in action: https://www.dropbox.com/s/43mli1wwbdwj5kx/amber-debugging.mov
While it's an early version, it is already usable :)
cheers, nico
On Jun 4, 2013, at 10:47 PM, steve wirts <stevewirts@yahoo.com> wrote:
Also, will it be like the stepping debugger ala other smalltalks, where it's not just per line, but steps/highlights each method within a line?
yes, that's planned :) Highlighting the line is indeed not enough for smalltalkers. Nico
participants (7)
-
kilon -
laurent laffont -
Nicolas Petton -
Norbert Hartl -
steve wirts -
Stéphane Ducasse -
XumuK