Search found 5 matches
- Sat Jan 30, 2010 11:34 am
- Forum: Support and Development
- Topic: How to Debug LOVE Program?
- Replies: 9
- Views: 14456
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.
- Sat Jan 30, 2010 11:29 am
- Forum: Support and Development
- Topic: Could I get a LOVE source in windows?
- Replies: 10
- Views: 6446
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?
Ok,Great, I got the source.Thank you very much, nevon.
Why don't put a pack in the homepage?
- Sat Jan 30, 2010 7:25 am
- Forum: Support and Development
- Topic: How to Debug LOVE Program?
- Replies: 9
- Views: 14456
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.
- Sat Jan 30, 2010 5:26 am
- Forum: Support and Development
- Topic: How to Debug LOVE Program?
- Replies: 9
- Views: 14456
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?
- Sat Jan 30, 2010 5:21 am
- Forum: Support and Development
- Topic: Could I get a LOVE source in windows?
- Replies: 10
- Views: 6446
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...