We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現状はインデックスだけをset_breakpointに指定し、breakpoint_hookをオーバーライドしてその中でipで分岐するという使いづらい設計になっている
set_breakpoint
breakpoint_hook
The text was updated successfully, but these errors were encountered:
fb258ea で対応
set_breakpoint(idx, f)という形式でフックを設定
set_breakpoint(idx, f)
Sorry, something went wrong.
デフォルトのフックがまだメッセージを出力するだけで、到達可能性をテストする以外の使い方が無いため、対話可能なインターフェイスを生やしてスタックやメモの中身をダンプ出来るようにしたい
No branches or pull requests
現状はインデックスだけを
set_breakpoint
に指定し、breakpoint_hook
をオーバーライドしてその中でipで分岐するという使いづらい設計になっているThe text was updated successfully, but these errors were encountered: