Home › Forums › General XMetaL Discussion › Old Code not working in Xmetal 6. Anomaly › Reply To: Old Code not working in Xmetal 6. Anomaly
Reply to: Old Code not working in Xmetal 6. Anomaly
February 11, 2012 at 1:49 amYes, it is odd. Best thing to do in this case (if you need to know) is to debug it. If you have a debugger installed you can insert debugger; into your code to have it trigger the debugger, then hopefully your debugger supports functions that allow you to step through line by line and examine the results.