Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOwn Debug-Profile for Electron.NET Apps #13
Labels
Comments
|
Question: Can you configure a debug profile from the Visual Studio UI? I'm not sure if this is possible what you want. |
|
Will look into it! |
|
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. |
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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.