I am trying to print CFG for specified file with command like
codeql database analyze testdb D:\codeql-main\csharp\ql\lib\printCfg.ql --external=selectedSourceColumn=line.txt --external=selectedSourceFile=File.txt --external=selectedSourceLine=column.txt --format=dot --output=test3 (testdb database is created and default rules work properly with it)
line.txt argument is a number of line, column.txt argument is a number of column, File.txt argument is a path to file with csharp code. After running i receive empty dot file. How to run this from CLI?