Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 83a428a3

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 83a428a3645a67a34d5b1ee8d2d7cf8add292305
  • Vorgänger 1d0a5eee
  • Nachfolger 42dfa9a7

DebugMenu entfernt, weil es momentan nicht mehr funktioniert

Unterschiede anzeigen:

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