AWS Cloud9 is no longer available to new customers. Existing customers of
AWS Cloud9 can continue to use the service as normal.
Learn more
Change a Built-In Runner
This step shows how you can change a Built-In Runner to run (and optionally, to debug) your code in a different way from how it was originally defined.
-
On the menu bar, choose Run, Run With, and then choose the built-in runner you want to change.
-
Stop the runner from trying to run your code by choosing, Stop on the run configuration tab that displays.
-
Choose Runner: My Runner, where My Runner is the name of the runner you want to change, and then choose Edit Runner.
-
On the My Runner.run tab that is displayed, change the runner's current definition. See Define a Builder or Runner.
-
Choose File, Save As. Save the file with the same name (My Runner.run) in the
my-environment/.c9/runners
directory, wheremy-environment
is the name of your AWS Cloud9 development environment.
Note
Any changes you make to a built-in runner apply only to the environment you made those changes in. To apply your changes to a separate environment, open the other environment, and then follow the preceding steps to open, edit, and save those same changes to that built-in runner.