C# MAUI - Android Emulator에서 "Waiting For Debugger"로 무한 대기
이상하군요, 잘 되던 게 어느 순간부터 디버거 대기 메시지만 뜨고,
Waiting For Debugger
Application ... (process ...) is waiting for the debugger to attach.
더 이상 진행을 하지 않습니다. Visual Studio의 Output (Debug) 창에는 이 정도의 로그만 나오는데,
This debug engine does not support exception conditions. The condition(s) will be ignored.
Start debugging Android application ...
> am start -D -a "android.intent.action.MAIN" -c "android.intent.category.LAUNCHER" -n "com.companyname.simpleplayer/crc6418236af3262f0c11.MainActivity"
> Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.companyname.simpleplayer/crc6418236af3262f0c11.MainActivity }
[me.simpleplayer] Late-enabling -Xcheck:jni
[me.simpleplayer] Unexpected CPU variant for x86: x86_64.
[me.simpleplayer] Known variants: atom, sandybridge, silvermont, kabylake, default
[CompatibilityChangeReporter] Compat change id reported: 171979766; UID 10160; state: ENABLED
[System.out] Sending WAIT chunk
딱히 이상한 점은 없습니다. Android Emulator 및 Visual Studio 재시작도 해보고, 이미 설치된 App을 삭제해 보는 것도 해봤지만 해결이 안 되는군요. ^^;
일단, 이번에는 컴퓨터를 재부팅하는 걸로 해결했습니다. (혹시, 좀 더 간단한 해결책을 아시는 분은 덧글 부탁드립니다. ^^)
[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]