Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
laughsuggestion opened this issue May 12, 2022 · 2 comments

Comments

@laughsuggestion
Copy link

laughsuggestion commented May 12, 2022

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
    }
}
@laughsuggestion
Copy link
Author

@ncannasse I was told I should pester you about this.

@ncannasse
Copy link
Member

ncannasse commented May 12, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants