I am doing code testing with Xcode in an obscure computer programming language (IDL). After compiling, the program outputs there is an error on "Line xxx".
I need to find out exactly which line that is. Unfortunately, Xcode does not show this for IDL, as it does not recognize the language.
Is there a way to manually label all lines in Xcode? What is the best way to do this?