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