Teach You How to Debug Your Program in Flex Builder Step by Step
Friday, November 14th, 2008It is impossible to avoid all kinds of bugs and problems in program development no matter what kind of language. ( Of course not include the program like “Hello World” ) Then we need to debug the program step by step. The debug environment is very important for the IDE and the Flex is no [...]
how to turn debug on in Flex from server-side as well as from client-side for troubleshooting
Wednesday, August 13th, 2008When you encounter issue wit your flex app, one useful tool for troubleshooting is to turn on debug in flex to get some output that will provide some clue of the cause of he problem. Here is how to turn it on from server-side as well as from client-side: