File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ public function viewAction(
370370 'executable ' => $ executable ,
371371 'default_compare ' => (string )$ this ->config ->get ('default_compare ' ),
372372 'default_run ' => (string )$ this ->config ->get ('default_run ' ),
373- 'default full debug ' => (string )$ this ->config ->get ('default_full_debug ' ),
373+ 'default_full_debug ' => (string )$ this ->config ->get ('default_full_debug ' ),
374374 ]));
375375 }
376376
Original file line number Diff line number Diff line change 4242 {% elseif executable .type == ' run' and default_run == executable .execid %}
4343 <em >default run</em >
4444 {% set used = true %}
45+ {% elseif executable .type == ' debug' and default_full_debug == executable .execid %}
46+ <em >default full debug</em >
47+ {% set used = true %}
4548 {% endif %}
4649 {% if executable .type == ' compare' %}
4750 {% for problem in executable .problemsCompare %}
You can’t perform that action at this time.
0 commit comments