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

Stack traceback on error? #451

Open
user202729 opened this issue Apr 28, 2024 · 0 comments
Open

Stack traceback on error? #451

user202729 opened this issue Apr 28, 2024 · 0 comments

Comments

@user202729
Copy link

Just checking if I'm not missing something very simple.

void g(){
	1/0;
}
void f(){
	g();
}
f();

Error:

        1/0;
  ^
a.asy: 3.3: Divide by zero

I'd expect that it output the upper frames of the stack traceback (g called from f, f called from the main file) too.

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

1 participant