| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| boolean showStaticVariables = DebugSettings.getCurrent().showStaticVariables; | ||
|
|
||
| Map<String, Object> options = variableFormatter.getDefaultOptions(); | ||
| IVariableProvider evaluateNameUtils = context.getProvider(IVariableProvider.class); |
There was a problem hiding this comment.
| IVariableProvider evaluateNameUtils = context.getProvider(IVariableProvider.class); | |
| IVariableProvider variableProvider = context.getProvider(IVariableProvider.class); |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In this pr, we needed to be able to modify the expression of an array element when adding it to watches. It was not possible with the current implementation so I opened it by transforming VariableUtils (that contains the parsing method) into a provider to use my own implementation for Scala