This post originated from an RSS feed registered with Ruby Buzz
by Huw Collingbourne.
Original Post: Debugging multiple SWFs
Feed Title: Ruby In Steel
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend
Feed Description: Developers' Blog of the Ruby In Steel and Amethyst (Adobe Flex) IDEs for Visual Studio
One of the neat things about Microsoft's ASP .NET and Visual Studio is that you can easily debug the ‘code behind' an ASP page. You launch the page in a browser, set a breakpoint in the code and when the code executes, the breakpoint is hit and you can see what's going on. It occurred to me that this would be a highly useful thing to be able to do with Flash: when a web page with a Flash SWF embedded is launched it should be able to connect with Visual Studio and (...)