We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8964e10 commit 8adc4cdCopy full SHA for 8adc4cd
initPTB.m
@@ -110,9 +110,17 @@ function initDebug(cfg)
110
% init PTB with different options in concordance to the debug Parameters
111
Screen('Preference','SkipSyncTests', 0);
112
if cfg.debug
113
+
114
Screen('Preference', 'SkipSyncTests', 2);
115
Screen('Preference', 'Verbosity', 0);
116
Screen('Preferences', 'SuppressAllWarnings', 2);
117
118
+ fprintf('\n\n\n\n')
119
+ fprintf('########################################\n')
120
+ fprintf('## DEBUG MODE. TIMING WILL BE OFF. ##\n')
121
+ fprintf('########################################')
122
123
124
end
125
126
if cfg.testingTranspScreen
0 commit comments