Site icon EfmSoft

What does NTSTATUS 0xC0010002 (DBG_APP_NOT_IDLE) mean?

 
Previous Next
DBG_NO_STATE_CHANGE RPC_NT_INVALID_STRING_BINDING

DBG_APP_NOT_IDLE

The target was not in the idle state required by the debugger

Some debugger operations require the target to have no outstanding transition or command activity. This status means that condition was not met. A thread may still be running, an event may await continuation, or command processing may still be in progress.

It is a debugger coordination error, not a measurement of user-interface responsiveness or CPU utilization. Diagnosis requires the debugger state machine and outstanding events, not Task Manager idle percentages.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version