Page 1 of 1

Easy Debug?[mac]

Posted: Thu Jan 12, 2012 3:48 am
by baconhawka7x
I have been searching around for a good debug system that can work on my mac. And I found one!:D
http://love2d.org/forums/viewtopic.php?f=5&t=2473
Super helpful in solving little bugs and messups. But I was wondering if there was a way to directly and permanently edit the code (maybe a certain editor of some sort) Where you could write parts of the game as you play. I don't know if this is actually possible. But I'm pretty sure I've heard about one for java, not sure.
when I say "directly edit" I mean, being able to lets say...write level 2 while your on level 1 or something. Maybe in a console, or a special text editor? And again I'm pretty sure I've seen one of these, but I am a newbie, so maybe my eyes just saw what they wanted.

Thanks!:D

Re: Easy Debug?[mac]

Posted: Thu Jan 12, 2012 3:54 am
by Jasoco
Run your project from the Terminal.

http://love2d.org/wiki/Getting_Started

Then simply use print("Text to print here!")

Re: Easy Debug?[mac]

Posted: Thu Jan 12, 2012 4:14 am
by ZenX2
https://github.com/vrld/love-console

A very, very nice console made by vlrd

Re: Easy Debug?[mac]

Posted: Thu Jan 12, 2012 4:20 am
by baconhawka7x
Jasoco wrote:Run your project from the Terminal.

http://love2d.org/wiki/Getting_Started

Then simply use print("Text to print here!")
I can't even run my .love anymore. AhhDDD: