skip to Main Content

wordpress can't create debug.log

I need to create debug.log, but for some reason it was not created. Things I've tried: Installing plugin that should allow logging, to create history of my problems. editing wp-config.php with debug lines: define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', true…

VIEW QUESTION

Visual Studio Code – how to debug golang in vscode

platform: windows 10 golang version : go1.21.1 windows/amd64 dlv version : Delve Debugger Version: 1.21.1 launch json: "version": "0.2.0", "configurations": [ { "name": "Launch Package", "type": "go", "request": "launch", "mode": "debug", "program": "${fileDirname}" } ] when I start debug with…

VIEW QUESTION
Back To Top
Search