I'm trying to save a few screenshots through the debug console, but only the last screenshot command appears to be executed. For example, if I enter the following two commands in the debug console and click local exec:
screenshot "file1.png";
screenshot "file2.png";
Only file2.png is saved to disk.
Does anyone else have this issue?