AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.86k stars 1.12k forks source link

Could I debug the code in JavaScript Code block? #1521

Closed 1065374244 closed 8 months ago

1065374244 commented 8 months ago

Sometimes the JS code in JavaScript Code block is very complex, so it's helpful if I could debug it. I tried to debug it in chrome dev tools of background page like what I had did in usual browser, but it didn't work for workflow will generate JS code in JavaScript Code block dynamically when workflow begins to work every time. How could I do? image