Search found 5 matches

by jtianling
Sat Jan 30, 2010 11:34 am
Forum: Support and Development
Topic: How to Debug LOVE Program?
Replies: 9
Views: 13327

Re: How to Debug LOVE Program?

That's a easy thing to make a console debug program for lua,because lua have a built-in debug mechanism.But the gui debug program need too much time to make and there is not a good enough one.
by jtianling
Sat Jan 30, 2010 11:29 am
Forum: Support and Development
Topic: Could I get a LOVE source in windows?
Replies: 10
Views: 5768

Re: Could I get a LOVE source in windows?

There are many useful functions, Include change the Window's Title,Window's position,Z-order and so on. Even make the window's background transparence.

Ok,Great, I got the source.Thank you very much, nevon.

Why don't put a pack in the homepage?
by jtianling
Sat Jan 30, 2010 7:25 am
Forum: Support and Development
Topic: How to Debug LOVE Program?
Replies: 9
Views: 13327

Re: How to Debug LOVE Program?

Is that means if you want to know which the branch the program goes,you should add log print out in every branch(every if ?)That's so inconvenience.
by jtianling
Sat Jan 30, 2010 5:26 am
Forum: Support and Development
Topic: How to Debug LOVE Program?
Replies: 9
Views: 13327

How to Debug LOVE Program?

That so Happy to program with LOVE, but when the program is bigger and bigger,How we can control the bug?I mean Debug the LOVE program.As I know,LUA don't have a good debug program,SciTE's debug function is not so good as gdb or VS.But It can be used.But how to Debug LOVE Program?
by jtianling
Sat Jan 30, 2010 5:21 am
Forum: Support and Development
Topic: Could I get a LOVE source in windows?
Replies: 10
Views: 5768

Could I get a LOVE source in windows?

Hello, Thanks for your great work in LOVE, I found there is source in linux,but none in windows.And the source in linux have some code like cryptogram(like in boot.lua.h).It is inconvenience for me to add some function to change the window in Windows.Could I get a LOVE source in windows with project...