We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5a856 commit 8ec5572Copy full SHA for 8ec5572
src/dsql/StmtNodes.cpp
@@ -6464,6 +6464,7 @@ void LocalDeclarationsNode::genBlr(DsqlCompilerScratch* dsqlScratch)
6464
nodeIs<DeclareSubProcNode>(parameter) ||
6465
nodeIs<DeclareSubFuncNode>(parameter))
6466
{
6467
+ dsqlScratch->putDebugSrcInfo(parameter->line, parameter->column);
6468
parameter->dsqlPass(dsqlScratch);
6469
parameter->genBlr(dsqlScratch);
6470
}
0 commit comments