@@ -60,6 +60,7 @@ func TestPrototypesAdderBridgeExample(t *testing.T) {
6060 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
6161 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
6262 context [constants .CTX_VERBOSE ] = true
63+ context [constants .CTX_DEBUG_LEVEL ] = 10
6364
6465 commands := []types.Command {
6566 & builder.SetupHumanLoggerIfMissing {},
@@ -101,6 +102,7 @@ func TestPrototypesAdderSketchWithIfDef(t *testing.T) {
101102 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
102103 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
103104 context [constants .CTX_VERBOSE ] = true
105+ context [constants .CTX_DEBUG_LEVEL ] = 10
104106
105107 commands := []types.Command {
106108 & builder.SetupHumanLoggerIfMissing {},
@@ -142,6 +144,7 @@ func TestPrototypesAdderBaladuino(t *testing.T) {
142144 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
143145 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
144146 context [constants .CTX_VERBOSE ] = true
147+ context [constants .CTX_DEBUG_LEVEL ] = 10
145148
146149 commands := []types.Command {
147150 & builder.SetupHumanLoggerIfMissing {},
@@ -183,6 +186,7 @@ func TestPrototypesAdderCharWithEscapedDoubleQuote(t *testing.T) {
183186 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
184187 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
185188 context [constants .CTX_VERBOSE ] = true
189+ context [constants .CTX_DEBUG_LEVEL ] = 10
186190
187191 commands := []types.Command {
188192 & builder.SetupHumanLoggerIfMissing {},
@@ -224,6 +228,7 @@ func TestPrototypesAdderIncludeBetweenMultilineComment(t *testing.T) {
224228 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
225229 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
226230 context [constants .CTX_VERBOSE ] = true
231+ context [constants .CTX_DEBUG_LEVEL ] = 10
227232
228233 commands := []types.Command {
229234 & builder.SetupHumanLoggerIfMissing {},
@@ -265,6 +270,7 @@ func TestPrototypesAdderLineContinuations(t *testing.T) {
265270 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
266271 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
267272 context [constants .CTX_VERBOSE ] = true
273+ context [constants .CTX_DEBUG_LEVEL ] = 10
268274
269275 commands := []types.Command {
270276 & builder.SetupHumanLoggerIfMissing {},
@@ -306,6 +312,7 @@ func TestPrototypesAdderStringWithComment(t *testing.T) {
306312 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
307313 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
308314 context [constants .CTX_VERBOSE ] = true
315+ context [constants .CTX_DEBUG_LEVEL ] = 10
309316
310317 commands := []types.Command {
311318 & builder.SetupHumanLoggerIfMissing {},
@@ -347,6 +354,7 @@ func TestPrototypesAdderSketchWithStruct(t *testing.T) {
347354 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
348355 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
349356 context [constants .CTX_VERBOSE ] = true
357+ context [constants .CTX_DEBUG_LEVEL ] = 10
350358
351359 commands := []types.Command {
352360 & builder.SetupHumanLoggerIfMissing {},
@@ -391,6 +399,7 @@ func TestPrototypesAdderSketchWithConfig(t *testing.T) {
391399 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
392400 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
393401 context [constants .CTX_VERBOSE ] = true
402+ context [constants .CTX_DEBUG_LEVEL ] = 10
394403
395404 commands := []types.Command {
396405 & builder.SetupHumanLoggerIfMissing {},
@@ -435,6 +444,7 @@ func TestPrototypesAdderSketchNoFunctionsTwoFiles(t *testing.T) {
435444 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
436445 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
437446 context [constants .CTX_VERBOSE ] = true
447+ context [constants .CTX_DEBUG_LEVEL ] = 10
438448
439449 commands := []types.Command {
440450 & builder.SetupHumanLoggerIfMissing {},
@@ -476,6 +486,7 @@ func TestPrototypesAdderSketchNoFunctions(t *testing.T) {
476486 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
477487 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
478488 context [constants .CTX_VERBOSE ] = true
489+ context [constants .CTX_DEBUG_LEVEL ] = 10
479490
480491 commands := []types.Command {
481492 & builder.SetupHumanLoggerIfMissing {},
@@ -520,6 +531,7 @@ func TestPrototypesAdderSketchWithDefaultArgs(t *testing.T) {
520531 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
521532 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
522533 context [constants .CTX_VERBOSE ] = true
534+ context [constants .CTX_DEBUG_LEVEL ] = 10
523535
524536 commands := []types.Command {
525537 & builder.SetupHumanLoggerIfMissing {},
@@ -564,6 +576,7 @@ func TestPrototypesAdderSketchWithInlineFunction(t *testing.T) {
564576 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
565577 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
566578 context [constants .CTX_VERBOSE ] = true
579+ context [constants .CTX_DEBUG_LEVEL ] = 10
567580
568581 commands := []types.Command {
569582 & builder.SetupHumanLoggerIfMissing {},
@@ -608,6 +621,7 @@ func TestPrototypesAdderSketchWithFunctionSignatureInsideIFDEF(t *testing.T) {
608621 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
609622 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
610623 context [constants .CTX_VERBOSE ] = true
624+ context [constants .CTX_DEBUG_LEVEL ] = 10
611625
612626 commands := []types.Command {
613627 & builder.SetupHumanLoggerIfMissing {},
@@ -652,6 +666,7 @@ func TestPrototypesAdderSketchWithUSBCON(t *testing.T) {
652666 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
653667 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
654668 context [constants .CTX_VERBOSE ] = true
669+ context [constants .CTX_DEBUG_LEVEL ] = 10
655670
656671 commands := []types.Command {
657672 & builder.SetupHumanLoggerIfMissing {},
@@ -695,6 +710,7 @@ func TestPrototypesAdderSketchWithTypename(t *testing.T) {
695710 context [constants .CTX_BUILD_PROPERTIES_RUNTIME_IDE_VERSION ] = "10600"
696711 context [constants .CTX_LIBRARIES_FOLDERS ] = []string {"libraries" , "downloaded_libraries" }
697712 context [constants .CTX_VERBOSE ] = true
713+ context [constants .CTX_DEBUG_LEVEL ] = 10
698714
699715 commands := []types.Command {
700716 & builder.SetupHumanLoggerIfMissing {},
@@ -739,6 +755,7 @@ func TestPrototypesAdderSketchWithIfDef2(t *testing.T) {
739755 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
740756 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
741757 context [constants .CTX_VERBOSE ] = true
758+ context [constants .CTX_DEBUG_LEVEL ] = 10
742759
743760 commands := []types.Command {
744761 & builder.SetupHumanLoggerIfMissing {},
@@ -786,6 +803,7 @@ func TestPrototypesAdderSketchWithIfDef2SAM(t *testing.T) {
786803 context [constants .CTX_BUILT_IN_LIBRARIES_FOLDERS ] = []string {"downloaded_libraries" }
787804 context [constants .CTX_OTHER_LIBRARIES_FOLDERS ] = []string {"libraries" }
788805 context [constants .CTX_VERBOSE ] = true
806+ context [constants .CTX_DEBUG_LEVEL ] = 10
789807
790808 commands := []types.Command {
791809 & builder.SetupHumanLoggerIfMissing {},
0 commit comments