How to debug the code? #1320
-
These are my steps: Clone the repo But I'm not sure exactly. Can you let me know which steps to take. I'm using MacOS Monterey (12.0.1), with Google Chrome 96.0.4664.55 |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
You don't need to generate the zip file actually. Just run |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
-
You're welcome :) |
Beta Was this translation helpful? Give feedback.
-
@gildas-lormeau Hi, I tried to run should I run this command |
Beta Was this translation helpful? Give feedback.
-
@theowenyoung You have to run the command and refresh the extension in Chrome. That's why I run it manually on my end. |
Beta Was this translation helpful? Give feedback.
-
@gildas-lormeau Hey, when I run |
Beta Was this translation helpful? Give feedback.
You don't need to generate the zip file actually. Just run
npx rollup -c rollup.config.dev.js
to build the code for debugging purposes, and install the extension in developer mode from the folder where you cloned the project.