question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I have set everything up as your instructions state to. However when I attempt to build I am getting the following error:

The terminal process terminated with exit code: 2

Terminal will be reused by tasks, press any key to close it.

Under the Problems tab I see this

A fatal error occurred. Error checking has been disabled, except for simple syntax problems.

asconfig.json

{
	"config": "flex",
	"compilerOptions": {
		"output": "bin/manufacturer.swf"
	},
	"files":
	[
		"./manufacturer.mxml"
	]
}

settings

"nextgenas.java": "/usr/local/bin/java",
"nextgenas.sdk.framework": "/Applications/Adobe Flash Builder 4.7/sdks/3.6.0"

Any assistance would be appreciated as I cannot seem to get Flash Builder to run without locking up on my system so it is completely unusable. I would love for the ability to build using vs-code

Building the project works fine in Flash Builder, however editing files in Flash Builder leads to the application hanging so currently I am editing in VSCode and building in Flash Builder, would be nice to get this to work in VSCode so I could just blow away Flash Builder.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:22 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
joshtynjalacommented, Sep 17, 2018

Yeah, it’s probably a change in Insider’s. It sounds like they’re going to let me define an identifier in the extension that you can reference in launch.json without also adding it to tasks.json manually. That should be a good improvement!

1reaction
joshtynjalacommented, Sep 17, 2018

See the Build automatically before debugging section in Debug a SWF embedded in HTML with Visual Studio Code. It’s kind of the opposite idea. You ask VSCode to debug (which will launch the HTML file in the browser), but preLaunchTask makes it build your SWF first.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to build solution after upgrading to the latest VS 2017 ...
The product failed to install the listed workloads and components due to one or more package failures. Incomplete workloads Azure development (Microsoft.
Read more >
Unable to build in react native 0.69.1 · Issue #1134 - GitHub
error Failed to install the app. Make sure you have the Android development environment set up: FAILURE: Build failed with an exception. .....
Read more >
Unable to build project for localization string extraction
The project can be successfully built and run. But when I export for localization, it shows this error message: Unable to build project...
Read more >
Error: "C++ code builder is unable to build ... - Microsoft Learn
I have an application developed in unity, for hololens. When I try to generate the installer in visual studio I get this error:....
Read more >
Unable to build Solution - Stack Overflow
Solution is in answer only. 1. To resolve this problem, either remove the reference "C:\Users..\accord-levenberg-source\Sources\Accord.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found