Tips: Flex3 Debugging in Windows7
[更新一下:在后续版本的window7中已经不存在这个问题了]
最近尝鲜,装了个windows7,感觉用着挺爽,无论是兼容性、速度还是用户体验都不错,我装的是Build 7068版本,但在用Flex开发时遇到一个问题,使用Flash Player Debug version无法debug,这下痛苦了,毕竟这是目前吃饭的工具,还好,在强大的Google帮助下,找到了Solution,请看步骤:
- Run your application in debug mode
- Right click over the Flash movie
- Change the option from Localhost to “Other Machine”
- Type the IP address 127.0.0.1
- Click Connect
- Debug again
很简单,请看截图: