I am working on a plugin using the Web Browser Component on Mac. The communication between the backend and frontend is functioning, but I can’t access ‘inspect’ to print log messages. I have my backend options set to defaultBackend. When I right click on my UI, I only have options for back/forward and reload. I am using Cmake, VS Code, and the latest version of JUCE. Has anyone encountered this before and found a solution? Thank you.
SOLVED: had to run the version of my plugin from the Debug build to access “inspect element.”
