mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
debug show files as they are processed
This commit is contained in:
parent
69032a775e
commit
02887dacfa
@ -235,6 +235,7 @@ namespace RusticiSoftware.Translator.CSharp
|
|||||||
// Here's where we do the real work...
|
// Here's where we do the real work...
|
||||||
public static void addAppSigTranslation(string fullName)
|
public static void addAppSigTranslation(string fullName)
|
||||||
{
|
{
|
||||||
|
if (cfg.DebugLevel > 3) Console.Out.WriteLine("Extracting type info from file {0}", fullName);
|
||||||
ITreeNodeStream csTree = parseFile(fullName);
|
ITreeNodeStream csTree = parseFile(fullName);
|
||||||
if (csTree != null)
|
if (csTree != null)
|
||||||
{
|
{
|
||||||
@ -250,6 +251,7 @@ namespace RusticiSoftware.Translator.CSharp
|
|||||||
// Here's where we do the real work...
|
// Here's where we do the real work...
|
||||||
public static void translateFile(string fullName)
|
public static void translateFile(string fullName)
|
||||||
{
|
{
|
||||||
|
if (cfg.DebugLevel > 3) Console.Out.WriteLine("Translating file {0}", fullName);
|
||||||
CommonTreeNodeStream csTree = parseFile(fullName);
|
CommonTreeNodeStream csTree = parseFile(fullName);
|
||||||
if (cfg.DumpCSharp) AntlrUtils.AntlrUtils.DumpNodes(csTree);
|
if (cfg.DumpCSharp) AntlrUtils.AntlrUtils.DumpNodes(csTree);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user