I'm woking on an ADMIDIO Project and look for debugging the PHP code within VS 2022.
I can start debugging my code until the ADMIDIO System pops up with the Login Screen ($Page->Show())
After login, the breakpoints didn't work.
Kind regards Bernhard
ADMIDIO -
14 days later
Hello Bernhard,
I'm not familiar with ADMIDIO, but it should work anyway.
You can try to add this line to php.ini:
xdebug.start_with_request=yes
If it doesn't help, please also check Debug troubleshooting
It it still doesn't work, please get back to me.
Thank you