From ffe0f0fb3206e449f0c369789ebab1f5e57501a2 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Wed, 17 Oct 2018 11:33:18 -0700 Subject: [PATCH] Enable tracing from simulator to appTheme (#810) --- pxtarget.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 8f1f9f3a..fcaf673e 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -23,7 +23,6 @@ "streams": true, "aspectRatio": 0.5, "parts": false, - "enableTrace": true, "boardDefinition": { "visual": "ev3" } @@ -178,7 +177,8 @@ "monacoColors": { "editor.background": "#f9f9f9" }, - "fileNameExclusiveFilter": "[^a-zA-Z0-9]" + "fileNameExclusiveFilter": "[^a-zA-Z0-9]", + "enableTrace": true }, "ignoreDocsErrors": true }