android studio - Can I permanently disable showing debug tool window on debug app (shift + f9)? -


if run app shift + f9 (debug app) on idea/android studio, see showing debug tool window.

but not want see window. definitely, can show/hide shortcut. then, need press shift + esc each time.

is there way disable showing tool window permanently?

go debug configurations -> untick 'activate tool window' under before launch section.

enter image description here


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -