Search code examples
google-sheets-apigoogle-ads-apigoogle-ads-script

Is there any debugger for Google Ads-scripts?


I write my first *.gs file of Google Ads-script.

Is there any IDE or environment where I can add breakpoints or see the variables state?

I saw only logger printing, but that's not efficient to work with.

I have tried @Andrew's reply, but didn't manage:

enter image description here


Solution

  • You can place dots in next to the line numbers and then click on the little bug icon, like displayed on this image.

    enter image description here

    This will open this debug screen:

    enter image description here