Skip to content

how to set scientific notion display format for double with java debugger settings? #1568

Description

@xiaozhongguo

In VS Code, when debugging java files, float/double variables in "Variables" or "Debug Console" viewlet are using fixed precision format. For example, a double of value 1.1e-10 can be display as "0.00000000011", by set "java.debug.settings.numericPrecision" : 15

how to change the display format to scientific notion, i.e. , when the above setting, 1.1e-10 is displayed as "1.100000000000000e-10".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions