mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Own Debug-Profile for Electron.NET Apps #17
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 @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.
@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.
@GregorBiswanger commented on GitHub (Oct 25, 2017):
@robertmuehsig commented on GitHub (Oct 25, 2017):
Will look into it!
@robertmuehsig commented on GitHub (Oct 25, 2017):
@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):
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 (Nov 7, 2017):
https://github.com/dotnet/project-system/issues/2942