mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Is there an easier way to debug #370
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GanZhiXiong on GitHub (Jul 30, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
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 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.
@GanZhiXiong commented on GitHub (Jul 31, 2019):
@GregorBiswanger Thank you for your answer😀
@erdogansireci commented on GitHub (Aug 27, 2021):
Hi,
Is this answer still the best way for debugging?