# Debugging issues

{% hint style="success" %}
verified: 2025-11-20 version: v39
{% endhint %}

When you run into issues, there's a few ways you can better understand the problem.

### Console log events

You can replace the console log events and send to `ue5("log", args)` to print them to console.

### Chromium Devtools

Using Chromium Devtools allows you to inspect the browser just like `F12` in Chrome.

First make sure you can interact with your browser; if it's in 2D-space in the viewport this is fine. If it's in 3D-space using a Widget Actor Component, make sure to enable `Receive Hardware Input`.

<figure><img src="https://1456550285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoWTlPaoHd1McSakqMigu%2Fuploads%2Fgit-blob-246f81ea3e74cd2ad8ea955b3f35a6517d5f11f9%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Select the browser and use the shortcut `Ctrl + Shift + L` which will open the Devtools.
