How to debug a Flex 4 HTTPService request that works on my computer, but not on another?
Posted
by ben
on Stack Overflow
See other posts from Stack Overflow
or by ben
Published on 2010-05-04T04:08:31Z
Indexed on
2010/05/04
4:18 UTC
Read the original article
Hit count: 897
I'm building a Ruby on Rails backed Flex 4 app, using Heroku to host the Ruby on Rails part during development. It all works fine when I run the release build on my computer, but when I run the release build on a friends computer, the data from the database doesn't get loaded. Problem is, I can't work out how to debug this because it's the release build, and I've only got Flash Builder 4 on my computer, where it all works fine. How can I go about trying to solve this problem? Thanks for reading.
© Stack Overflow or respective owner