Is there an easier way to debug #370

Closed
opened 2026-01-29 16:37:48 +00:00 by claunia · 3 comments
Owner

Originally created by @GanZhiXiong on GitHub (Jul 30, 2019).

Originally assigned to: @GregorBiswanger on GitHub.

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

Originally created by @GanZhiXiong on GitHub (Jul 30, 2019). Originally assigned to: @GregorBiswanger on GitHub. ![image](https://user-images.githubusercontent.com/27394631/62099426-92ed4900-b2c0-11e9-8678-a1b584ac1387.png) 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
claunia added the question label 2026-01-29 16:37:48 +00:00
Author
Owner

@GregorBiswanger commented on GitHub (Jul 30, 2019):

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.

@GregorBiswanger commented on GitHub (Jul 30, 2019): 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.
Author
Owner

@GanZhiXiong commented on GitHub (Jul 31, 2019):

@GregorBiswanger Thank you for your answer😀

@GanZhiXiong commented on GitHub (Jul 31, 2019): @GregorBiswanger Thank you for your answer😀
Author
Owner

@erdogansireci commented on GitHub (Aug 27, 2021):

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.

@erdogansireci commented on GitHub (Aug 27, 2021): 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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#370