HendrixString / adobe-cep-react-create

Create Adobe-CEP extension with React, Material-UI, Native Node modules, Webpack, Babel and ExtendScript
Apache License 2.0
125 stars 27 forks source link

How to debug session-src #42

Closed Loxe closed 3 years ago

Loxe commented 3 years ago

Hi ~ Tomer Shalev

First of all, this project is very awesome.

I just have a little question, How to debug session-src?

I saw "package.json" ,but that exclude "session-src" debug mode.

My first development with nodejs and webpack, So please~ thx :)

HendrixString commented 3 years ago

@Loxe I remember it is written in the readme file. you debug with chrome debugger (google chrome). don't mind the package.json. The project has two sub projects. The main one is for frontend and bundeling, the other is for session. You can only debug once you run it in debug mode within Adobe product. Then, you open google chrome and connect to a local host with port(mentioned in the readme)

Loxe commented 3 years ago

Thank you for your reply. Now I also use CEF client debug. Today, I've been thinking about whether there is a more convenient way... Unfortunately, I haven't found it yet