Leonid Ivankin
Leonid Ivankin

Reputation: 667

AndroidStudio 4.1 stable. Problem with the debugger

Has anyone encountered a problem when updating AndroidStudio to 4.1? the debugger began to work worse: it skips breakpoints, you need to attach several times, on the contrary, it slows down in unnecessary places.

AndroidStudio EventLog:enter image description here

Evaluate doesn't work: enter image description here

Upvotes: 4

Views: 855

Answers (2)

Simon Szarko
Simon Szarko

Reputation: 124

I had loads of issues with the new android 4.1 update I then updated the version to Android Studio 4.1 RC 2 and the issues stopped. https://developer.android.com/studio/archive the link to the download is there give it a try if it don't work just go back to 4.0

Upvotes: 1

Waldmann
Waldmann

Reputation: 1827

Im facing same issues with 4.1 debugger. Performanse is terrible, most of the time it just does not work at all and I have to reattach it again and again.

Upvotes: 0

Related Questions