Electron.NET icon indicating copy to clipboard operation
Electron.NET copied to clipboard

Own Debug-Profile for Electron.NET Apps

Open GregorBiswanger opened this issue 8 years ago • 7 comments

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.

GregorBiswanger avatar Oct 24 '17 14:10 GregorBiswanger

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

robertmuehsig avatar Oct 24 '17 20:10 robertmuehsig

image

GregorBiswanger avatar Oct 25 '17 20:10 GregorBiswanger

Will look into it!

robertmuehsig avatar Oct 25 '17 20:10 robertmuehsig

image

robertmuehsig avatar Oct 25 '17 20:10 robertmuehsig

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 avatar Oct 26 '17 21:10 robertmuehsig

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 avatar Oct 26 '17 21:10 robertmuehsig

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

robertmuehsig avatar Nov 07 '17 22:11 robertmuehsig