CBDebugger breaks scheduled task

i do have an scheduled task thats its using QB:

var qb            = getWireBox().getInstance( "QueryBuilder@qb" );
var borrados = qb
.from( "LogExcepciones" )
.delete();

This throws this and prevents the following code to be executed:

{
    "Extended_Info": "",
    "Message": "key [QBQUERIES] doesn't exist",
    "Detail": "",
    "additional": {
        "Function": "delete",
        "Component": "qb.models.Query.QueryBuilder"
    },
    "TagContext": [
        {
            "Raw_Trace": "cbdebugger.interceptors.qbcollector_cfc$cf.udfCall(/modules/cbdebugger/interceptors/QBCollector.cfc: 38)",
            "codePrintPlain": "36: \t\t // Collect baby!\n37: \t\targuments.interceptData.timestamp = now();\n38: \t\tif ( !structKeyExists( requestTracker.qbQueries.grouped, sqlHash ) ) {\n39: \t\t\trequestTracker.qbQueries.grouped[ sqlHash ] = {\n40: \t\t\t\t\"sql\"     : arguments.interceptData.sql,\n",
            "column": 0,
            "line": 38,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\modules\\cbdebugger\\interceptors\\QBCollector.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "36: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Collect&nbsp;baby!<br>\n37: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.interceptData.timestamp&nbsp;=&nbsp;now();<br>\n<b>38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&nbsp;!structKeyExists(&nbsp;requestTracker.qbQueries.grouped,&nbsp;sqlHash&nbsp;)&nbsp;)&nbsp;{</b><br>\n39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;requestTracker.qbQueries.grouped[&nbsp;sqlHash&nbsp;]&nbsp;=&nbsp;{<br>\n40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;sql&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;arguments.interceptData.sql,<br>\n"
        },
        {
            "Raw_Trace": "system.web.context.interceptorstate_cfc$cf.udfCall2(/coldbox/system/web/context/InterceptorState.cfc:515)",
            "codePrintPlain": "513: \t\t\targuments.interceptor( argumentCollection = args );\n514: \t\t} else {\n515: \t\t\tvar results = invoke( arguments.interceptor, getState(), args );\n516: \t\t}\n517: \n",
            "column": 0,
            "line": 515,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\web\\context\\InterceptorState.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "513: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.interceptor(&nbsp;argumentCollection&nbsp;=&nbsp;args&nbsp;);<br>\n514: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>\n<b>515: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;results&nbsp;=&nbsp;invoke(&nbsp;arguments.interceptor,&nbsp;getState(),&nbsp;args&nbsp;);</b><br>\n516: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>\n517: <br>\n"
        },
        {
            "Raw_Trace": "system.web.context.interceptorstate_cfc$cf.udfCall1(/coldbox/system/web/context/InterceptorState.cfc:360)",
            "codePrintPlain": "358: \t\t\t\t\t\tdata           = arguments.data,\n359: \t\t\t\t\t\tinterceptorKey = key,\n360: \t\t\t\t\t\tbuffer         = arguments.buffer\n361: \t\t\t\t\t)\n362: \t\t\t\t) {\n",
            "column": 0,
            "line": 360,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\web\\context\\InterceptorState.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "358: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;arguments.data,<br>\n359: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;interceptorKey&nbsp;=&nbsp;key,<br>\n<b>360: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;buffer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;arguments.buffer</b><br>\n361: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)<br>\n362: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)&nbsp;{<br>\n"
        },
        {
            "Raw_Trace": "system.web.context.interceptorstate_cfc$cf.udfCall1(/coldbox/system/web/context/InterceptorState.cfc:148)",
            "codePrintPlain": "146: \t\t\t\tevent  = arguments.event,\n147: \t\t\t\tdata   = arguments.data,\n148: \t\t\t\tbuffer = arguments.buffer\n149: \t\t\t);\n150: \t\t}\n",
            "column": 0,
            "line": 148,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\web\\context\\InterceptorState.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "146: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;event&nbsp;&nbsp;=&nbsp;arguments.event,<br>\n147: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data&nbsp;&nbsp;&nbsp;=&nbsp;arguments.data,<br>\n<b>148: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;buffer&nbsp;=&nbsp;arguments.buffer</b><br>\n149: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>\n150: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>\n"
        },
        {
            "Raw_Trace": "system.web.services.interceptorservice_cfc$cf.udfCall1(/coldbox/system/web/services/InterceptorService.cfc:206)",
            "codePrintPlain": "204: \t\t\tvar results = variables.interceptionStates\n205: \t\t\t\t.find( arguments.state )\n206: \t\t\t\t.process( argumentCollection = arguments );\n207: \n208: \t\t\t// If buffer has a builder, then content was lazyly produced, output it\n",
            "column": 0,
            "line": 206,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\web\\services\\InterceptorService.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "204: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;results&nbsp;=&nbsp;variables.interceptionStates<br>\n205: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.find(&nbsp;arguments.state&nbsp;)<br>\n<b>206: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.process(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);</b><br>\n207: <br>\n208: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;If&nbsp;buffer&nbsp;has&nbsp;a&nbsp;builder,&nbsp;then&nbsp;content&nbsp;was&nbsp;lazyly&nbsp;produced,&nbsp;output&nbsp;it<br>\n"
        },
        {
            "Raw_Trace": "models.grammars.basegrammar_cfc$cf.udfCall1(/qb/models/Grammars/BaseGrammar.cfc:162)",
            "codePrintPlain": "160:         param variables.useAnnounceMethodForInterceptorService = structKeyExists( variables.interceptorService, \"announce\" );\n161:         if ( variables.useAnnounceMethodForInterceptorService ) {\n162:             variables.interceptorService.announce( \"postQBExecute\", data );\n163:         } else {\n164:             variables.interceptorService.processState( \"postQBExecute\", data );\n",
            "column": 0,
            "line": 162,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\modules\\quick\\modules\\qb\\models\\Grammars\\BaseGrammar.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "160: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;variables.useAnnounceMethodForInterceptorService&nbsp;=&nbsp;structKeyExists(&nbsp;variables.interceptorService,&nbsp;&quot;announce&quot;&nbsp;);<br>\n161: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&nbsp;variables.useAnnounceMethodForInterceptorService&nbsp;)&nbsp;{<br>\n<b>162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.interceptorService.announce(&nbsp;&quot;postQBExecute&quot;,&nbsp;data&nbsp;);</b><br>\n163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>\n164: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.interceptorService.processState(&nbsp;&quot;postQBExecute&quot;,&nbsp;data&nbsp;);<br>\n"
        },
        {
            "Raw_Trace": "models.grammars.basegrammar_cfc$cf.udfCall1(/qb/models/Grammars/BaseGrammar.cfc:133)",
            "codePrintPlain": "131:             data.result = local.result;\n132:         }\n133:         tryPostInterceptor( data );\n134:         if ( !isNull( arguments.postProcessHook ) ) {\n135:             arguments.postProcessHook( data );\n",
            "column": 0,
            "line": 133,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\modules\\quick\\modules\\qb\\models\\Grammars\\BaseGrammar.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "131: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data.result&nbsp;=&nbsp;local.result;<br>\n132: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>\n<b>133: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tryPostInterceptor(&nbsp;data&nbsp;);</b><br>\n134: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&nbsp;!isNull(&nbsp;arguments.postProcessHook&nbsp;)&nbsp;)&nbsp;{<br>\n135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.postProcessHook(&nbsp;data&nbsp;);<br>\n"
        },
        {
            "Raw_Trace": "models.grammars.autodiscover_cfc$cf.udfCall(/qb/models/Grammars/AutoDiscover.cfc:32)",
            "codePrintPlain": "30:             variables.grammar = autoDiscoverGrammar();\n31:         }\n32:         return invoke( variables.grammar, missingMethodName, missingMethodArguments );\n33:     }\n34: \n",
            "column": 0,
            "line": 32,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\modules\\quick\\modules\\qb\\models\\Grammars\\AutoDiscover.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "30: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.grammar&nbsp;=&nbsp;autoDiscoverGrammar();<br>\n31: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>\n<b>32: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;invoke(&nbsp;variables.grammar,&nbsp;missingMethodName,&nbsp;missingMethodArguments&nbsp;);</b><br>\n33: &nbsp;&nbsp;&nbsp;&nbsp;}<br>\n34: <br>\n"
        },
        {
            "Raw_Trace": "models.query.querybuilder_cfc$cf.udfCallo(/qb/models/Query/QueryBuilder.cfc:4337)",
            "codePrintPlain": "4335:                     variables.queryLog.append( data );\n4336:                 }\n4337:             }\n4338:         );\n4339: \n",
            "column": 0,
            "line": 4337,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\modules\\quick\\modules\\qb\\models\\Query\\QueryBuilder.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "4335: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.queryLog.append(&nbsp;data&nbsp;);<br>\n4336: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>\n<b>4337: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</b><br>\n4338: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>\n4339: <br>\n"
        },
        {
            "Raw_Trace": "models.query.querybuilder_cfc$cf.udfCallk(/qb/models/Query/QueryBuilder.cfc:3614)",
            "codePrintPlain": "3612:         }\n3613: \n3614:         return runQuery( sql, arguments.options, \"result\" );\n3615:     }\n3616: \n",
            "column": 0,
            "line": 3614,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\modules\\quick\\modules\\qb\\models\\Query\\QueryBuilder.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "3612: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>\n3613: <br>\n<b>3614: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;runQuery(&nbsp;sql,&nbsp;arguments.options,&nbsp;&quot;result&quot;&nbsp;);</b><br>\n3615: &nbsp;&nbsp;&nbsp;&nbsp;}<br>\n3616: <br>\n"
        },
        {
            "Raw_Trace": "config.scheduler_cfc$cf$b.udfCall(/app/config/Scheduler.cfc:41)",
            "codePrintPlain": "39: \t\t\t\t\t\t\t.info( \"Tarea 1-2\" );\n40: \t\t\t\tqb\n41: \t\t\t\t\t.from( \"LogExcepciones\" )\n42: \t\t\t\t\t.delete();\n43: \n",
            "column": 0,
            "line": 41,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\app\\config\\Scheduler.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.info(&nbsp;&quot;Tarea&nbsp;1-2&quot;&nbsp;);<br>\n40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;qb<br>\n<b>41: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.from(&nbsp;&quot;LogExcepciones&quot;&nbsp;)</b><br>\n42: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.delete();<br>\n43: <br>\n"
        },
        {
            "Raw_Trace": "system.async.tasks.scheduledtask_cfc$cf.udfCall3(/coldbox/system/async/tasks/ScheduledTask.cfc:707)",
            "codePrintPlain": "705: \t\t\t// Target task call callable\n706: \t\t\tif ( isClosure( variables.task ) || isCustomFunction( variables.task ) ) {\n707: \t\t\t\tvariables.stats.lastResult = variables.stats.lastResult.ofNullable( variables.task() );\n708: \t\t\t} else {\n709: \t\t\t\tvariables.stats.lastResult = variables.stats.lastResult.ofNullable(\n",
            "column": 0,
            "line": 707,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\async\\tasks\\ScheduledTask.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "705: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Target&nbsp;task&nbsp;call&nbsp;callable<br>\n706: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&nbsp;isClosure(&nbsp;variables.task&nbsp;)&nbsp;||&nbsp;isCustomFunction(&nbsp;variables.task&nbsp;)&nbsp;)&nbsp;{<br>\n<b>707: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.stats.lastResult&nbsp;=&nbsp;variables.stats.lastResult.ofNullable(&nbsp;variables.task()&nbsp;);</b><br>\n708: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>\n709: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.stats.lastResult&nbsp;=&nbsp;variables.stats.lastResult.ofNullable(<br>\n"
        },
        {
            "Raw_Trace": "system.async.cbproxies.models.runnable_cfc$cf.udfCall(/coldbox/system/async/cbproxies/models/Runnable.cfc:36)",
            "codePrintPlain": "34: \t\t\t\t\tvariables.target();\n35: \t\t\t\t} else {\n36: \t\t\t\t\tinvoke( variables.target, variables.method );\n37: \t\t\t\t}\n38: \t\t\t},\n",
            "column": 0,
            "line": 36,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\async\\cbproxies\\models\\Runnable.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "34: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.target();<br>\n35: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>\n<b>36: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;invoke(&nbsp;variables.target,&nbsp;variables.method&nbsp;);</b><br>\n37: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>\n38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>\n"
        },
        {
            "Raw_Trace": "system.async.cbproxies.models.baseproxy_cfc$cf.udfCall1(/coldbox/system/async/cbproxies/models/BaseProxy.cfc:92)",
            "codePrintPlain": "90: \t\tvar errorWrappedCallback = function(){\n91: \t\t\ttry {\n92: \t\t\t\treturn callback( args );\n93: \t\t\t} catch ( any e ) {\n94: \t\t\t\t// Log it, so it doesn't go to ether\n",
            "column": 0,
            "line": 92,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\async\\cbproxies\\models\\BaseProxy.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "90: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;errorWrappedCallback&nbsp;=&nbsp;function(){<br>\n91: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br>\n<b>92: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;callback(&nbsp;args&nbsp;);</b><br>\n93: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;catch&nbsp;(&nbsp;any&nbsp;e&nbsp;)&nbsp;{<br>\n94: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Log&nbsp;it,&nbsp;so&nbsp;it&nbsp;doesn't&nbsp;go&nbsp;to&nbsp;ether<br>\n"
        },
        {
            "Raw_Trace": "system.async.cbproxies.models.baseproxy_cfc$cf.udfCall1(/coldbox/system/async/cbproxies/models/BaseProxy.cfc:106)",
            "codePrintPlain": "104: \t\t\treturn executeAdobe( () => errorWrappedCallback() );\n105: \t\t} else if ( isLucee ) {\n106: \t\t\treturn executeLucee( () => errorWrappedCallback() );\n107: \t\t} else if ( isBoxLang ) {\n108: \t\t\treturn executeBoxLang( () => errorWrappedCallback() );\n",
            "column": 0,
            "line": 106,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\async\\cbproxies\\models\\BaseProxy.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "104: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;executeAdobe(&nbsp;()&nbsp;=&gt;&nbsp;errorWrappedCallback()&nbsp;);<br>\n105: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;if&nbsp;(&nbsp;isLucee&nbsp;)&nbsp;{<br>\n<b>106: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;executeLucee(&nbsp;()&nbsp;=&gt;&nbsp;errorWrappedCallback()&nbsp;);</b><br>\n107: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;if&nbsp;(&nbsp;isBoxLang&nbsp;)&nbsp;{<br>\n108: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;executeBoxLang(&nbsp;()&nbsp;=&gt;&nbsp;errorWrappedCallback()&nbsp;);<br>\n"
        },
        {
            "Raw_Trace": "system.async.cbproxies.models.baseproxy_cfc$cf.udfCall1(/coldbox/system/async/cbproxies/models/BaseProxy.cfc:120)",
            "codePrintPlain": "118: \t\t\t// There were initially issues with thread safety in cloning the page context. We should revisit that.\n119: \t\t}\n120: \t\treturn callback();\n121: \t\t// Lucee has no \"unload\" logic\n122: \t}\n",
            "column": 0,
            "line": 120,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\async\\cbproxies\\models\\BaseProxy.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "118: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;There&nbsp;were&nbsp;initially&nbsp;issues&nbsp;with&nbsp;thread&nbsp;safety&nbsp;in&nbsp;cloning&nbsp;the&nbsp;page&nbsp;context.&nbsp;We&nbsp;should&nbsp;revisit&nbsp;that.<br>\n119: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>\n<b>120: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;callback();</b><br>\n121: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Lucee&nbsp;has&nbsp;no&nbsp;&quot;unload&quot;&nbsp;logic<br>\n122: &nbsp;&nbsp;&nbsp;}<br>\n"
        },
        {
            "Raw_Trace": "system.async.cbproxies.models.baseproxy_cfc$cf.udfCall1(/coldbox/system/async/cbproxies/models/BaseProxy.cfc:106)",
            "codePrintPlain": "104: \t\t\treturn executeAdobe( () => errorWrappedCallback() );\n105: \t\t} else if ( isLucee ) {\n106: \t\t\treturn executeLucee( () => errorWrappedCallback() );\n107: \t\t} else if ( isBoxLang ) {\n108: \t\t\treturn executeBoxLang( () => errorWrappedCallback() );\n",
            "column": 0,
            "line": 106,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\async\\cbproxies\\models\\BaseProxy.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "104: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;executeAdobe(&nbsp;()&nbsp;=&gt;&nbsp;errorWrappedCallback()&nbsp;);<br>\n105: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;if&nbsp;(&nbsp;isLucee&nbsp;)&nbsp;{<br>\n<b>106: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;executeLucee(&nbsp;()&nbsp;=&gt;&nbsp;errorWrappedCallback()&nbsp;);</b><br>\n107: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;if&nbsp;(&nbsp;isBoxLang&nbsp;)&nbsp;{<br>\n108: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;executeBoxLang(&nbsp;()&nbsp;=&gt;&nbsp;errorWrappedCallback()&nbsp;);<br>\n"
        },
        {
            "Raw_Trace": "system.async.cbproxies.models.runnable_cfc$cf.udfCall(/coldbox/system/async/cbproxies/models/Runnable.cfc:41)",
            "codePrintPlain": "39: \t\t\t\"Runnable\",\n40: \t\t\targuments\n41: \t\t);\n42: \t}\n43: \n",
            "column": 0,
            "line": 41,
            "template": "C:\\Users\\Rodrigo\\CosasGit\\ProyectosGit\\ColdBox_PromecalNews\\lib\\coldbox\\system\\async\\cbproxies\\models\\Runnable.cfc",
            "id": "??",
            "type": "cfml",
            "codePrintHTML": "39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Runnable&quot;,<br>\n40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments<br>\n<b>41: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);</b><br>\n42: &nbsp;&nbsp;&nbsp;}<br>\n43: <br>\n"
        }
    ],
    "ErrorCode": "0",
    "ErrNumber": 0,
    "type": "expression",
    "ExtendedInfo": ""
}

Also, i try to make an issue in Jira, but it sucks (or directly wont work, login, hangs…)! Why not using github like in other modules?

UPDATE: I finally can open an issue on jira!!! : [CBDEBUGGER-31] CBDebugger whit quick breaks scheduled task - Welcome

CC/ @elpete

(extra text to make discourse happy)

I didn’t write the QBCollector for CBDebugger. That would be @lmajano .

1 Like