Page 1 of 1

Debugging application

Posted: 30 Aug 2014, 09:10
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

Re: Debugging application

Posted: 30 Aug 2014, 17:15
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