I'm decompiling some application and when I click function tracing button in IDA to enable the trace, I end up here:
ntdll.dll:7C951E13 ntdll_DbgUiRemoteBreakin:
ntdll.dll:7C951E13 push 8
ntdll.dll:7C951E15 push offset unk_7C951E60
ntdll.dll:7C951E1A call near ptr unk_7C90E8CB
ntdll.dll:7C951E1F mov eax, large fs:18h
ntdll.dll:7C951E25 mov eax, [eax+30h]
ntdll.dll:7C951E28 cmp byte ptr [eax+2], 0
ntdll.dll:7C951E2C jnz short loc_7C951E37
ntdll.dll:7C951E2E test byte_7FFE02D4, 2
ntdll.dll:7C951E35 jz short loc_7C951E57
ntdll.dll:7C951E37
ntdll.dll:7C951E37 loc_7C951E37: ; CODE XREF: ntdll.dll:7C951E2Cj
ntdll.dll:7C951E37 and dword ptr [ebp-4], 0
ntdll.dll:7C951E3B call near ptr ntdll_DbgBreakPoint
ntdll.dll:7C951E40 jmp short loc_7C951E53
Is that some decompiling protection, or is it an IDA issue?


