public interface OptionSaveSourceOutput
The debugger will find the source code using a sourcemap. To convert a filename in a sourcemap to a filename in the debug source directory, add "${module_name}/src/" to the front. (The module name is after any renaming.)
Modifier and Type | Method and Description |
---|---|
File |
getSaveSourceOutput()
Returns the directory or jar where the GWT compiler should write the source code,
or null if the source files shouldn't be written.
|
void |
setSaveSourceOutput(File dest)
Sets the directory or jar where the GWT compiler should write the source code,
or null to skip writing it.
|
File getSaveSourceOutput()
void setSaveSourceOutput(File dest)
Copyright © 2018. All rights reserved.