Skip to content

Specifying adl vs adl64? #578

Discussion options

You must be logged in to vote

Thread necro a year later because I found a solution awhile back and forgot to post it:

in launch.json:

{
  "type": "swf",
  "request": "launch",
  "name": "Run App With 64-bit ADL",
  "program": "your-application.xml",
  "runtimeExecutable": "path-to-airsdk/bin/adl64.exe",
  "args" : []
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@waveofthought-code
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by waveofthought-code
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