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

V8 inspector and error handling fixes #84

Merged
merged 7 commits into from
Mar 20, 2024
Merged

Commits on Feb 26, 2024

  1. - Fix V8 inspector to run correctly on Windows

    - Remove dead code in V8 inspector
    - Fix race condition on V8 inspector shutdown
    - Add options struct to AppRuntime to support new WaitForDebugger flag
    - Use new WaitForDebugger flag in JavaScript tests
    - Remove newline from console log callback
    bghgary committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    93bbefc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Fix error handling on Android

    bghgary committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c755c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e30a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1b9b0c View commit details
    Browse the repository at this point in the history
  4. Undo test timeout changes

    bghgary committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    62bac7d View commit details
    Browse the repository at this point in the history
  5. Fix bad merge

    bghgary committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c5d11d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca7f0e4 View commit details
    Browse the repository at this point in the history