ide; debugger; fixed broken Step Over. feature was broken by a mistake in bcc76f7adb9...
authorRejean Loyer <rejean.loyer@gmail.com>
Sat, 13 Apr 2013 03:22:09 +0000 (23:22 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 15 Apr 2013 06:00:44 +0000 (02:00 -0400)
ide/src/project/ProjectView.ec

index addf9d8..5d72a71 100644 (file)
@@ -1809,7 +1809,7 @@ class ProjectView : Window
       int bitDepth = ide.workspace.bitDepth;
 
       if((ide.debugger.isActive) || (!buildInProgress && BuildInterrim(project, start, compiler, config, bitDepth, false)))
-         ide.debugger.StepOver(compiler, config, skip, bitDepth);
+         ide.debugger.StepOver(compiler, config, bitDepth, skip);
 
       delete compiler;
       return true;