List all compilation errors and warnings in Results tab.
1
vote
Completed in v4.35
-
James commented
How can I view the errors? Right now I'm using
`Util.Compile(Util.CurrentQueryPath, forceRebuild: false).Warnings.Dump();`
to view all warnings. I cannot find a way to do it in the Results window. -
Joel Baranick
commented
When dealing with large scripts it is difficult to find all the warnings and errors that might occur when running the scripts. It would be helpful if the results tab could list all of the warnings and error like the "Error List" in VS.