Skip to content

Commit 061ae43

Browse files
committed
2 parents 388de9d + 0501270 commit 061ae43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FRC-Extension/RoboRIOCode/DeployManager.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ internal string GetAssemblyPath(Project vsProject)
288288

289289
public async Task UploadCode(string robotName, SettingsPageGrid page, bool debug, Project robotProject)
290290
{
291+
//TODO: Make debug work. Forcing debug to false for now so code always runs properly.
292+
debug = false;
293+
291294
if (page.Netconsole)
292295
{
293296
await StartNetConsole();

0 commit comments

Comments
 (0)