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

[TIMOB-23628] (6_0_X) Android: Unable to debug an application with run-on-main-thread set to true #8429

Merged
merged 2 commits into from
Sep 27, 2016

Commits on Sep 23, 2016

  1. Fix bug where we'd end up mangling messages coming from the debugger …

    …due to messy reading code. Simplified reading of debugger messages.
    sgtcoolguy committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    43fe99f View commit details
    Browse the repository at this point in the history
  2. Do an immediate debug break on start of debugger agent, so that when …

    …debugger client connects it can set breakpoints and options and then resume (so we can actually hit breakpoints as early as the first line of app.js)
    sgtcoolguy committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    1c90260 View commit details
    Browse the repository at this point in the history