Step over code with no source
authorIgor Kulaychuk <i.kulaychuk@samsung.com>
Thu, 20 Jul 2017 19:20:57 +0000 (22:20 +0300)
committerIgor Kulaychuk <i.kulaychuk@samsung.com>
Mon, 13 Nov 2017 19:22:40 +0000 (22:22 +0300)
src/debug/netcoredbg/main.cpp

index 68f9104..54497ca 100644 (file)
@@ -412,7 +412,7 @@ public:
 
             if (Debugger::IsJustMyCode() && no_source)
             {
-                Debugger::SetupStep(pThread, Debugger::STEP_IN);
+                Debugger::SetupStep(pThread, Debugger::STEP_OVER);
                 pAppDomain->Continue(0);
             }
             else