Page 1 of 1

running smartfoxserver in debugmode

Posted: 08 Nov 2013, 06:02
by veeru.srinivas
Hi ,

I am developing a turn based game using smartfoxserver i am unable run it on debug mode in eclipse.
could you please explain me configuration steps to run on debug mode.

Thanks,
Srinivas

Re: running smartfoxserver in debugmode

Posted: 11 Nov 2013, 00:39
by rjgtav
Good evening,

Could you provide some more details about your setup?
Are you using SFS2X or SFS Pro?
And what do you mean by debug mode? Is it the debug mode on the client side or do you mean the DEBUG level log messages on the console?
The first case depends on what client technology you're using.
On the 2nd case, you have to configure the Logger's log level:
- On SFS Pro, you can change it on the Server\logging.properties file, where it says .level= INFO;
- On SFS2X you have to change it at the end of the SFS2X\config\log4j.properties file;

Hope this helps

Re: running smartfoxserver in debugmode

Posted: 20 Nov 2013, 10:34
by veeru.srinivas
Hi ,

Thanks for reply..!!

I am aware of log files and how it works i am trying to run my application in DEBUG mode in eclipse . I mean while running the application to debug using breakpoints.
i am trying from 1 month i am unable to do it ..


Regards,

Veeru.

Re: running smartfoxserver in debugmode

Posted: 21 Nov 2013, 20:09
by Lapo
There is a sticky thread in this very forum about that:
viewtopic.php?f=4&t=1872

cheers