Skip to content

How to use adl64.exe for debugging? #748

Answered by waveofthought-code
Adolio asked this question in Q&A
Discussion options

You must be logged in to vote

in launch.json, add a runtimeExecutable property to your configurations, like this example:

"configurations": [
        {
            "type": "swf",
            "request": "launch",
            "name": "Debug Local",
            "program": "your-application-xml.xml",
            "runtimeExecutable": "C:/path/to/AirSDK/bin/adl64.exe",
        }

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Adolio
Comment options

@waveofthought-code
Comment options

Answer selected by Adolio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants