Commit 3d4cfb10 authored by Andrey Filippov's avatar Andrey Filippov

Conditioned debug message

parent ff84b914
......@@ -168,7 +168,9 @@ public class VDTLaunchUtil {
return arguments;
*/
BuildParamsItem[] paramItemsArray = tool.buildParams();
System.out.println("Andrey: called tool.buildParams() here (from VDTLaunchUtils.java");
if (VerilogPlugin.getPreferenceBoolean(PreferenceStrings.DEBUG_LAUNCHING)) {
System.out.println("called tool.buildParams() here (from VDTLaunchUtils.java)");
}
return paramItemsArray;
} catch(ToolException e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment