Skip to content

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

@laughsuggestion

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
    }
}

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