We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5292e commit 2afd62aCopy full SHA for 2afd62a
src/debug/di/breakpoint.cpp
@@ -207,7 +207,7 @@ HRESULT CordbFunctionBreakpoint::Activate(BOOL fActivate)
207
208
BOOL codeIsIL = m_code->IsIL();
209
210
- pEvent->BreakpointData.isIL = m_offsetIsIl ? true : false;
+ pEvent->BreakpointData.isIL = m_offsetIsIl;
211
pEvent->BreakpointData.offset = m_offset;
212
if (codeIsIL)
213
{
0 commit comments