Debugging code in Pluto.jl notebook

Hello there, I’m trying to create a simple application in Pluto.
As I use Pluto for all my DS work, and it is my main code writing tool in Julia, thought it would be good to use it for software development, but I’m facing lots of issue and one of them is debugging option.

So I have two questions here, first is it reasonable to use Pluto for SD over VSCode? And how can i debug code written in Pluto notebook blocks.

Probably easiest to run the Pluto notebook in a normal Julia process and debug that.