Own Debug-Profile for Electron.NET Apps #17

Closed
opened 2026-01-29 16:27:34 +00:00 by claunia · 7 comments
Owner

Originally created by @GregorBiswanger on GitHub (Oct 24, 2017).

Currently we debug over an attach to the process.

An idea would be to setup an own debug-profile with the "dotnet electronize init" command.

Originally created by @GregorBiswanger on GitHub (Oct 24, 2017). Currently we debug over an attach to the process. An idea would be to setup an own debug-profile with the "dotnet electronize init" command.
claunia added the Feature label 2026-01-29 16:27:34 +00:00
Author
Owner

@robertmuehsig commented on GitHub (Oct 24, 2017):

Question: Can you configure a debug profile from the Visual Studio UI? I'm not sure if this is possible what you want.

@robertmuehsig commented on GitHub (Oct 24, 2017): Question: Can you configure a debug profile from the Visual Studio UI? I'm not sure if this is possible what you want.
Author
Owner

@GregorBiswanger commented on GitHub (Oct 25, 2017):

image

@GregorBiswanger commented on GitHub (Oct 25, 2017): ![image](https://user-images.githubusercontent.com/7336300/32020446-792f6402-b9d0-11e7-8a69-642dc6be6c34.png)
Author
Owner

@robertmuehsig commented on GitHub (Oct 25, 2017):

Will look into it!

@robertmuehsig commented on GitHub (Oct 25, 2017): Will look into it!
Author
Owner

@robertmuehsig commented on GitHub (Oct 25, 2017):

image

@robertmuehsig commented on GitHub (Oct 25, 2017): ![image](https://user-images.githubusercontent.com/756703/32020640-2eff413a-b9d1-11e7-9ba9-753ae1168aa2.png)
Author
Owner

@robertmuehsig commented on GitHub (Oct 26, 2017):

At least in our demo app there is one error, but this might just be the case in our dev solution, because the API build has a file lock, because we linked it as a project ref.

@robertmuehsig commented on GitHub (Oct 26, 2017): At least in our demo app there is one error, but this might just be the case in our dev solution, because the API build has a file lock, because we linked it as a project ref.
Author
Owner

@robertmuehsig commented on GitHub (Oct 26, 2017):

currently we use dotnet publish, maybe a dotnet run would be better and would be much easier to debug

https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x

@robertmuehsig commented on GitHub (Oct 26, 2017): currently we use dotnet publish, maybe a dotnet run would be better and would be much easier to debug https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x
Author
Owner

@robertmuehsig commented on GitHub (Nov 7, 2017):

https://github.com/dotnet/project-system/issues/2942

@robertmuehsig commented on GitHub (Nov 7, 2017): https://github.com/dotnet/project-system/issues/2942
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#17