Skip to main content
Question

Poor JS debugging experience

  • September 20, 2022
  • 7 replies
  • 767 views

DonMiket

I added a debugger; statement in the JS I have in ui.html and here’s what I see:

Is there a way to see my actual JS code?

Is it supposed to be like this or it’s just me?

I’m on the latest released Chrome, Windows 10, using Figma Desktop App v 116.3.8

Thanks!

7 replies

Matt47
  • 1 reply
  • October 26, 2022

+1

Feel like I’m coding in the dark. Sometimes things silent fail. But when there is a stacktrace, everything is very obfuscated.


Saulo_Vallory

I feel the same. But have you activated the developer VM? If not, check this answer: How to use Developer VM

Btw, if you are bundling the JS you will also need the sourcemaps


Calum_Benson

Did you ever get to the bottom of this? I’m having exactly the same problem on Mac today. Been working on a plugin for a few days, but suddenly any debugger statement in ui.html just takes me to the same thing you posted. Can’t do anything to make it work again… have restarted Figma, turned the VM off and on again, rebooted the Mac. Nada.


tank666
  • 4859 replies
  • February 19, 2023

Have you tried specifying sourceURL or sourceMappingURL?

For example:

<script>
    // Your code//# sourceURL=script.js
</script>

Calum_Benson

Can you do that for JS inside an HTML file? That’s where we’re seeing this problem.


tank666
  • 4859 replies
  • March 4, 2023

I don’t see any problems. And as you can see, the example code uses the <script> tag, which is in the HTML file.


Calum_Benson

Yes, sorry… I mis-read your post. This approach seems to be working for now, thanks!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings