public interface OptionSaveSource
By default, source code will be written to "extras". The OptionSaveSourceOutput
option
can be used to redirect it to a different directory or jar.
The debugger will find the source code using a sourcemap. Only source code that's referred to by a sourcemap will be saved. To convert a filename in a sourcemap to a filename in extras, add "${module_name}/src/" to the front. (The module name is after any renaming.)
Modifier and Type | Method and Description |
---|---|
void |
setSaveSource(boolean enabled)
If set to true and sourcemaps are on, source code will be saved.
|
boolean |
shouldSaveSource()
Returns false if source code should not be saved.
|
Copyright © 2018. All rights reserved.