BakerShoeMaker Anyone here use demonsters debugger? It still works and is a great resource for live editing. It makes your life a lot easier. Is this possible in IntelliJ natively? Or is there another way to accomplish live editing? MonsterDebugger.inspect(targetObject); //can make changes to methods and properties. https://github.com/demonsters/monsterdebugger
joshtynjala A while back, I modified the client library for De Monster Debugger to allow you to visualize the Starling display list in the app: https://github.com/joshtynjala/monsterdebugger-client-starling
BakerShoeMaker @Josh This is great! I'm able to access the Starling display list! Makes my life so much easier.
tadeubas The problem I see with MonsterDebugger is that it needs the old flex compiler... now I use ASC 2.0 😢
joshtynjala While the build script for the SWC uses the Flex SDK, it should not be required for anything else. I definitely tested the SWC in a project where I compiled using the AIR SDK with ASC 2.0.