0
Explorer
,
/t5/premiere-pro-discussions/debugging-a-reactjs-front-end-in-adobe-premiere-panel-context/td-p/14624938
May 17, 2024
May 17, 2024
Copy link to clipboard
Copied
Is there an example setup that would allow debugging (stepping through) front-end code developed with ReactJS? I've got the UI building into a "dist" directory and copying over all other relevant bits (CSXS folder and a jsx folder for the ExtendScript side) but I'm not sure how to set things up to be able to step through my reactjs source. I know how to do this for a "standard" web app by running "yarn build" but not sure how to do a similar thing in the context of the Adobe Premiere Pro panel.
TOPICS
Error or problem
,
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Adobe Employee
,
May 17, 2024
May 17, 2024
It's not from Adobe, but Hyperbrew's Bolt may help:
https://github.com/hyperbrew/bolt-cep
Adobe Employee
,
LATEST
/t5/premiere-pro-discussions/debugging-a-reactjs-front-end-in-adobe-premiere-panel-context/m-p/14624944#M504623
May 17, 2024
May 17, 2024
Copy link to clipboard
Copied
It's not from Adobe, but Hyperbrew's Bolt may help:
https://github.com/hyperbrew/bolt-cep
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

