X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=devel%2Fclass_Debug.php;h=a732cb854a26922d1346fb4ca7189969f3f9b4cb;hb=df33e264f3246f80756d7e2da55d7f7c40f9088c;hp=1adbe5a70606b2eb5f1e891880c28eef78d6f87c;hpb=ff66822b5fb6a92f5dc8af55290ecb89ec7f1aaf;p=shipsimu.git diff --git a/devel/class_Debug.php b/devel/class_Debug.php index 1adbe5a..a732cb8 100644 --- a/devel/class_Debug.php +++ b/devel/class_Debug.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify @@ -18,18 +18,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ class Debug { // Constructor public function __construct () { - // Konstruktoren debuggen (nur im Zusammenhang mit den folgenden Schaltern effektiv) - // VIELE DEBUG-MELDUNGEN!!! - //define('DEBUG_CONSTRUCT', true); // eval()-Befehle debuggen //define('DEBUG_EVAL', true); - // Systeme debuggen - //define('DEBUG_SYSTEM', true); // SimulatorBase debuggen (VORSICHT! SEHR VIELE DEBUG-MELDUNGEN!!!) //define('DEBUG_CORE', true); //////// Objekte debuggen (ausgeben) ////////