'Android Studio Bumblebee 2021.1.1 Hangs at Waiting For Debugger

Since i have updated to Android Studio Bumblebee 2020.1.1 Patch 2, i am not able to debug my applications because it stuck at Loaded Module.

enter image description here

and it is not running my application on debug mode, before updating to 2021.1.1 my debugger was working just fine

it is happening to all my devices include my tablet and emulators as well



Solution 1:[1]

It seems to be the cache failure! First if application is running or debugging on Emulator, stop it. Then delete folder ".lldb" in path below: C:\Users{your_username}
and after run debug again.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Reyhane Farshbaf