From: Igor Kulaychuk Date: Mon, 22 Jan 2018 16:08:27 +0000 (+0300) Subject: Fix frame id X-Git-Tag: submit/tizen/20180620.071641~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b43abc686f3cd06786b07661b5bf80596541a832;p=sdk%2Ftools%2Fnetcoredbg.git Fix frame id --- diff --git a/src/debug/netcoredbg/frames.cpp b/src/debug/netcoredbg/frames.cpp index e83866e..6c0efcf 100644 --- a/src/debug/netcoredbg/frames.cpp +++ b/src/debug/netcoredbg/frames.cpp @@ -59,7 +59,7 @@ HRESULT ManagedDebugger::GetFrameLocation(ICorDebugFrame *pFrame, int threadId, { HRESULT Status; - stackFrame.id = FrameAddr(pFrame); + stackFrame = StackFrame(threadId, level, ""); ULONG32 ilOffset; Modules::SequencePoint sp;