-
Hi! I'm trying to test my application using AIR SDK for MacOS, that running on a virtual machine. I'm using VMWare Latest + Win 11 Latest (host) + MacOS Sonoma (guest). I can build and run my app, but I can't test it as the debugger is not working. The code didn't pause on error. There're nothing on the console (trace outputs) during my test, but sometimes when my app exit, I got this error output:
I don't know if this issue happens with a real Mac. Everything else are working properly on the virtual machine: JDK, AIR Runtime, VSCode, Terminal... except this. Maybe related: I've tested with AIR SDK 32, 51 Latest. Same issue. I'm working with VSCode + AS3MXML. Is there anything I can do to make it work? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 17 replies
-
As a workaround, to see the console output of compiled application and where the errors appear, I recommend adding junkbyte’s console: https://www.reddit.com/r/as3/comments/lyg16d/junkbyte_console_very_useful_tool_for_tracking/ |
Beta Was this translation helpful? Give feedback.
-
@ajwfrost Could I get some info about the ADL's exit code Thanks! |
Beta Was this translation helpful? Give feedback.
-
When I switch to Air 51.0.1.1, I got this dialog: I followed this instruction but no luck, still can't connect to the debugger. |
Beta Was this translation helpful? Give feedback.
-
Same with Air SDK 51.1.3.4: |
Beta Was this translation helpful? Give feedback.
-
I restarted and try to debug my app again: Why this happened again? I wanna cry... I pressed Cancel Then I got this error message in the debug console. Then I opened System settings again: Still saw this "Adobe AIR.Framework" was blocked. I pressed Allow Anyway > Unlock again... |
Beta Was this translation helpful? Give feedback.
-
Try debugging my app again, still got this: This time I pressed Open. My app successfully launched. But my app still can't connect to the debugger. There're no trace output. Breakpoints and other debug tools still did not work. |
Beta Was this translation helpful? Give feedback.
-
Everything else is ok. I can see outputs on TERMINAL, DEBUG, PROBLEMS tabs. I'm looking for Adobe Scout download link for MacOS... thanks! |
Beta Was this translation helpful? Give feedback.
:-) actually I'm quite interested in how to set up the keyboard shortcuts .. I also would normally use Ctrl-Enter to debug things!
Good information on the comments-in-json, that's good to know!
thanks