Page 2 of 2

Re: Lovebird : A browser-based debug console

Posted: Fri Apr 18, 2014 11:13 pm
by adnzzzzZ
this is pretty cool

Re: Lovebird : A browser-based debug console

Posted: Sat Apr 19, 2014 4:20 pm
by zorg
It lagged for me as well, every few seconds; although setting the client timeout to 0 did not do good for me, but setting it to 0.1 did work...

Re: Lovebird : A browser-based debug console

Posted: Sun Apr 20, 2014 5:14 am
by Philbywhizz
This is an awesome tool - I also used to to clean up the _G global namespace. :)

Re: Lovebird : A browser-based debug console

Posted: Sun Apr 20, 2014 6:08 pm
by toadkick
This is brilliant! Thank you for sharing!

Re: Lovebird : A browser-based debug console

Posted: Sat Jun 28, 2014 2:41 pm
by rxi
Version 0.3.0

https://github.com/rxi/lovebird

Image

Changes since the last version:
  • Inputted commands are now displayed in the console's output (this can be disabled by setting lovebird.echoinput to false)
  • Lovebird's errors are now outputted in red with a little "!" marker next to them
  • Some other minor changes to the page's formatting

Re: Lovebird : A browser-based debug console

Posted: Tue May 05, 2015 5:03 am
by AntonioModer
Simple and good UI, navigation in tables.
Fresh idea with a web.
Can use the full power of the web interface and UI.
Independent of the program window.
I like. :cool:
rxi, thanks! :)

Re: Lovebird : A browser-based debug console

Posted: Wed May 06, 2015 9:10 am
by giann
This is brilliant !
Being able to browse any variable is just a crucial time saver !

Great work !

Re: Lovebird : A browser-based debug console

Posted: Sun Sep 13, 2015 2:31 pm
by rxi
Version 0.4.0

https://github.com/rxi/lovebird

Changes since last version:
  • Improvements to how connections are handled which should result in better response time and fix some connection issues
  • Embedded favicon which changes depending on whether lovebird is connected or not
  • Support for "=" prefix on command to print its result
  • Minor bug fixes