Revision 83a428a3
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/LXDebug.pm | ||
---|---|---|
453 | 453 |
# This does trigger: |
454 | 454 |
$::form->{some_hash} = { something => 'else' }; |
455 | 455 |
|
456 |
=item C<show_debug_menu> |
|
457 |
|
|
458 |
A boolean (C<1> or C<0>). If turned on then certain debug facilities |
|
459 |
are available from the v1 menu. These include e.g. |
|
460 |
|
|
461 |
=over 6 |
|
462 |
|
|
463 |
=item * |
|
464 |
|
|
465 |
restarting the FastCGI process by forcefully exiting after the |
|
466 |
request, |
|
467 |
|
|
468 |
=item * |
|
469 |
|
|
470 |
enabling and disabling function tracing, |
|
471 |
|
|
472 |
=item * |
|
473 |
|
|
474 |
enabling and disabling certain debug levels. |
|
475 |
|
|
476 |
=back |
|
477 |
|
|
478 |
Note that these are only useful if kivitendo is running as a FastCGI |
|
479 |
application because otherwise the changes would be lost when the |
|
480 |
process exits in a normal CGI environment. |
|
481 |
|
|
482 | 456 |
=item C<keep_temp_files> |
483 | 457 |
|
484 | 458 |
A boolean (C<1> or C<0>). If turned on then certain temporary files |
Auch abrufbar als: Unified diff
DebugMenu entfernt, weil es momentan nicht mehr funktioniert