I already set "Debug" in log_level_weblog and check the checkbox "log_debug", but still cannot log debug log, why? I expect to see the debug log in index.php ZM\Debug("View: $view Request: $request Action: $action User: " . (isset($user) ? $user->Username() : 'none')); https://i.postimg.cc/YSyPYy69 ...
after installing zoneminder, I checked it installed files mostly on usr/share/....., but I also find a folder ~/Zoneminder_zoneminder_release, where is this folder come from and what is its uses?
My background is on Java and in java development, I can use IDE like eclipse, and set debug mode to run line by line. Now I need to modify zoneminder source, I have no experience on developing Linux application and want to ask some question: 1) is there some IDE like eclipse IDE for java development ...