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 signature.asc (506 bytes) Download Attachment |
On 05/30/2013 11:26 PM, Nicolas Petton wrote:
> Hi guys! > > Today I was able to debug Amber code with a stepping debugger for the first time! Beautiful. regards, Göran -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
This is great. I can't wait to see the fully working Debugger :-) Best, Manfred
On Thu, May 30, 2013 at 11:41 PM, Göran Krampe <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Genial! Le truc qui dechire... Phil Le 31 mai 2013 00:52, "Manfred Kröhnert" <[hidden email]> a écrit :
--
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Looks very promising :) 2013/5/31 [hidden email] <[hidden email]>
Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
Amazing!
2013/5/31 Nicolas Petton <[hidden email]> Hi guys! -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
Finally! It will be very useful!
пятница, 31 мая 2013 г., 1:26:01 UTC+4 пользователь nicolas petton написал: Hi guys!-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
Great work!
Norbert Am 30.05.2013 um 23:26 schrieb Nicolas Petton <[hidden email]>: > 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 -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
Wow! Supercool - Why not call it a walkback window :)
Cheers... On 30 Mai, 23:26, Nicolas Petton <[hidden email]> 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 > > signature.asc > < 1 KBAnzeigenHerunterladen -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Thank you! - Darius On Fri, May 31, 2013 at 6:46 AM, Tom <[hidden email]> wrote: Wow! Supercool - Why not call it a walkback window :) You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
nerdgasms
the revolution is near sebastian o/ On 30/05/2013, at 18:26, Nicolas Petton <[hidden email]> 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 -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
Impressive, that's a real step forward.
-- Laurent On Thu, May 30, 2013 at 11:26 PM, Nicolas Petton <[hidden email]> wrote: Hi guys! You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
Fabulous!
-- Can't wait.... ../Dave You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
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! You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
On Jun 4, 2013, at 10:47 PM, steve wirts <[hidden email]> 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? Nico
-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |