# How to debug server side action in Bubble Plugin Editor?

If you have noticed when you write

```javascript
console.log("This should be print");
```

in the Bubble plugin editor's action part, you can't see the text "This should be print" in the browser, making it hard to debug your plugin.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1696909782277/00ff3402-d70a-48dc-a97b-2cf83e81881f.png align="center")

This is because the action function runs on the Bubble server, not on the browser level.

But, you can still see it. How? Follow these steps:

**Step 1:**

Add a test Bubble app ID to your plugin. For example, I added "youtube-test-35566".

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1696908225519/04076663-b3ad-45bc-b8d5-af60393d80cb.png align="center")

**Step 2:**

Click "Go to test app" button. This opens the Bubble app editor.

Go to Logs =&gt; Server Logs and enable the following logs-

1. Plugin server-side output
    
2. Plugin server-side error.
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1696908544945/77ceb953-d04d-4f8d-8a07-80a58df051fe.png align="center")

**Step 3:**

Test your action and click the "Search" button in the logs section (don't forget to click multiple times, bubble is just... ).

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1696909742266/10b34b4c-ba92-4f05-92d0-3caf2a0fe1db.png align="center")

---

That's all for this blog. Subscribe for more future updates. Thank you!

Follow me on [twitter](https://twitter.com/NocodeTalks).

**Checkout My Bubble Plugin Course** - Use coupon code "THEBUBBLEGROUP" at checkout for 10% discount.

%[https://nocodetalks.co/bubbleplugin]
