Question about calling a non-existent procedure

Panorama X runs the .Initialize procedure as a timer procedure, so by default errors aren’t displayed at all. I may revisit that (it wasn’t really intentional), but for now you could code your procedure like this if you want to see error messages.

try
    main code of procedure
catch
    message info("error")
endcatch