Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an easier way to debug #298

Closed
GanZhiXiong opened this issue Jul 30, 2019 · 3 comments
Closed

Is there an easier way to debug #298

GanZhiXiong opened this issue Jul 30, 2019 · 3 comments
Assignees
Labels

Comments

@GanZhiXiong
Copy link

image

Each time the code is modified, electronize start should be executed, and then Attach to Process. This Process is a little troublesome, but there is no simpler debugging method

@GregorBiswanger
Copy link
Member

Hi @GanZhiXiong,

yes that is still our problem that we do not have our own debug profile, which makes the whole thing easier. Currently I can only recommend the following:

Develop your web app as you are used to in the browser. If you then want to implement and test desktop features, you have to choose the not so nice way. However, that should usually only be 10% of the case. The rest would be normal in the browser possible.

@GanZhiXiong
Copy link
Author

@GregorBiswanger Thank you for your answer😀

@erdogansireci
Copy link

Hi,

Is this answer still the best way for debugging?

Develop your web app as you are used to in the browser. If you then want to implement and test desktop features, you have to choose the not so nice way. However, that should usually only be 10% of the case. The rest would be normal in the browser possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants