Debugging Scripts and Writing to Output
Posted: Thu Dec 18, 2014 11:34 am
Hello,
I'm new to iX Developer, and am wondering if there are any methods to help with debugging. For example, are there ways you can write to the output, or step through the code?
I've tried the following:
Console.WriteLine("test");
System.Diagnostics.Debug.WriteLine ("test");
thinking that this would write to the output window, but it did not.
Thanks
I'm new to iX Developer, and am wondering if there are any methods to help with debugging. For example, are there ways you can write to the output, or step through the code?
I've tried the following:
Console.WriteLine("test");
System.Diagnostics.Debug.WriteLine ("test");
thinking that this would write to the output window, but it did not.
Thanks