Hi, I've just recently downloaded the trial version of Flex Builder 3 Beta 3, mainly to make use of the profiling feature on the application I've been working on (so far I've done all my development in FlashDevelop). While I have this trial version I would also like to make use of the debugger to track down some of the more persistent bugs I've encountered.
Unfortunately, my application is quite complex and needs to be run as part of an external website to work - it requires JavaScript function calls to configure it and loads data feeds from a server-side data source. The application won't even fully start without some form of external input. Is there any way I can still use the debugger? From my searches so far I'd suspect that the answer is "no"... To complicate matters even further, most of the code for my application has been moved into a separate component library, which obviously needs to be rebuilt before I can compile the application when I've made any changes. I assume this would also pose a problem in any potential debugging setup? If anyone has any suggestions I would be very grateful, Iain

