Skip to content

Debug/Build Multiple Projects in same workspace #739

Closed Answered by joshtynjala
angelhdzmultimedia asked this question in Q&A
Discussion options

You must be logged in to vote

In launch.json, you want to point to the *-app.xml files in your output directories.

{
	"version": "0.2.0",
	"configurations": [
		{
			"type": "swf",
			"request": "launch",
			"name": "Launch Server",
			"program": "server/bin/Server-app.xml"
		},
		{
			"type": "swf",
			"request": "launch",
			"name": "Launch Client",
			"program": "client/bin/Client-app.xml"
		}
	]
}

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@joshtynjala
Comment options

@angelhdzmultimedia
Comment options

@angelhdzmultimedia
Comment options

@joshtynjala
Comment options

@angelhdzmultimedia
Comment options

Answer selected by angelhdzmultimedia
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