Debugging application

Post here your questions about the Java client / Android API for SFS2X

Moderators: Lapo, Bax

Post Reply
amitthedeveloper
Posts: 9
Joined: 24 Apr 2013, 14:39

Debugging application

Post by amitthedeveloper »

We can use trace for debugging our application but now we need to white box testing the class methods. so How can we add something that can log what is happeing in each class without extending SmartFoxServer Class. Trace is not allowed there.

amit
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: Debugging application

Post by Lapo »

Hi,
it's not clear what you are trying to test. Can you provide a more clear example?
Why not using the debugger where applicable?

Also are you referring to "regular" Java or Android development?

thanks
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply