Skip to content

HashLink Debugger Not Reporting Correct Values When Hovering Variables In VS Code #111

Description

@laughsuggestion
class Main {
	static function main() {
	var a:Float = 9999.0;
        var b:Float = 1.0;
        var c:Float = 0.0;
        c = c / b;
        var d = 5 - a;

	// in debug, hover over c
	// c should be 0 
	// but it is -9994
    }
}

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions