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

ParsingScriptを添付して報告しない例外が発生したときに正しいスタックトレースが出力されない #86

Closed
taiseiue opened this issue Sep 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@taiseiue
Copy link
Member

概要

ParsingScriptを添付して報告しない例外が発生したときに正しいスタックトレースが出力されない

該当コード

次のコードは正しく出力される。

vas = 2;
COULDNT_FIND_VARIABLE(0x004): 変数[vas]は定義されていません
詳細情報: https://a.wsoft.ws/alice/exceptions/0x004
スタックトレース
  場所 .structure function Alice.Parsing.vas();

しかしこのコードはスタックトレースが出力されない

Alice.Math.math_pow(2);
@taiseiue taiseiue added the bug Something isn't working label Sep 11, 2023
@taiseiue taiseiue mentioned this issue Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant