Debugging problems in 2018
I've installed the development version of ACF2018 under Apache 2.4 on Windows 10 and was unable to get debugging window to show up for the localhost (or any others). The installation profile is 'development' and I have all the usual options checked to turn it on, but no joy, even for a very simple page on localhost. This always seemed pretty straightforward on prior versions. Did something else change since ACF 10?
I finally got the debugging window to show by removing all the default debugging IP addresses. However when I try 'Add Current' which adds 127.0.0.1 or put in the actual IP address, I get nothing again. It had 127.0.0.1 and the IP6 localhost by default (0:0:0:0:0:0:0:1), and that didn't work. The debugging says CGI.RemoteHost is '::1' which expands to '0:0:0:0:0:0:0:1' when I add it back to the debugging IP addresses. Nonetheless, that doesn't work either. I have FusionReactor and usually don't use debugging on a production server, but every once in a while it's the only way to figure out what the problem is. Being able to restrict the debugging to localhost or a particular address is pretty important. Any ideas?
