Skip to content

Commit 587696e

Browse files
committed
Stop relying on Debug.GDBExec
1 parent 291abbf commit 587696e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

VisualRust.Project/DefaultRustLauncher.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ private void LaunchInGdbDebugger(string file)
155155

156156
IVsDebugger4 vsDebugger = (IVsDebugger4)project.GetService(typeof(SVsShellDebugger));
157157
vsDebugger.LaunchDebugTargets4((uint)targets.Length, targets, results);
158-
159-
// Type "gdb <command>" in the VS Command Window
160-
var commandWnd = (IVsCommandWindow)project.GetService(typeof(SVsCommandWindow));
161-
commandWnd.ExecuteCommand("alias gdb Debug.GDBExec");
162158
}
163159

164160
private string GuessArchitecture()

0 commit comments

Comments
 (0)