You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #18 from boriel-basic/fix/17-Breakpoints-in-included-files-are-ignored
Bug #17: Breakpoints in included files are ignored
The bug occurs when the name specified in an #include does not exactly match the file due to case sensitive issues.
cmd=$"\"{Path.Combine(codeFile.Directory,codeFile.TempFileName)}\" -A "+args;
420
+
OutputLogWritter.WriteLine(cmd);
415
421
416
-
proc=Process.Start(newProcessStartInfo(Path.GetFullPath(ZXOptions.Current.ZxbcPath),$"\"{Path.Combine(codeFile.Directory,codeFile.TempFileName)}\" -A "+args){WorkingDirectory=project.ProjectPath,RedirectStandardError=true,CreateNoWindow=true});
0 commit comments