Run xdebug on xampp, netbeans – PHP 8.2

Good morning,
I’m trying to run Xdebug on my Xampp server (Windows 10) under php 8.2. I read a lot of documentations and forum and still have problem – Netbeans not showing any error, but I can’t see Variables, Call Stack, etc. Only breakpoints “works” (application paused, that’s all, not more). What I’m doing bad?

Xdebug version: 3.2.0-8.2-vs16-x86_64 from download

php.ini:
output_buffering=off

enter image description here

Xampp is installed in D:ProgramyXampp. I have few virtual hosts (working) on different ports (8000-8090),cuz https and running website preview on phone, so port 9000 isn’t occupied.

NetBeans:

enter image description here

Thank you for your time and help.