Firebug’s trouble
I was stuck at debugging a flash app that was going to make a server call with a secret code.
Monitoring the server calls that the page made. I couldn’t see the flash it’s making to my server.
I’ve been walking around and pulling my hair out.
Eventually, after four hours, it dawned upon me that firebug’s console panel is showing some of the calls and nets panel is showing others and what I failed to monitor is the nets panel which has been showing the info of my calls after all.
What a waste of four hours!