I am having one of those nasty "works in debug but not in release" bugs. Is there any way to build a release version of the app but also debug it? Some platforms allow for this... but I haven't found a way to do it with my Flex/Air app.
相关问题
- Pass custom debug information to Microsoft bot fra
- How to load flex swf from flash?
- How do I identify what code is generating “ '&
- Monodevelop: `Waiting for debugger`
- Adjust tokens on non-privileged accounts (C, Windo
相关文章
- How do I get to see DbgPrint output from my kernel
- Advanced profiling is unavailable for the selected
- Can't Inspect Variables When Debugging .NET As
- What is the difference between glibc's MALLOC_
- Embedding a program's source code into its bin
- How to execute another python script from your scr
- How do I debug errors that have no error message?
- Any way in Visual Studio to not break on throwing
Short answer: No, not in an easy fashion.
Long Answer: Definitely possible, but you need to work in the logs yourself. You should look at SpiceFactory's Logger implementation; it's very good. You could have those logs be sent to a server periodically if you wanted to. Furthermore, you could always use something like FlexSpy in your application to see what's going on.
It all depends on how much 'debugging' that you want in a release version while keeping in mind that anything added will decrease performance.
You can do some "debugging" without modifying your SWF using SWFWire Debugger.