Electron.net: Own Debug-Profile for Electron.NET Apps

Created on 24 Oct 2017  路  7Comments  路  Source: ElectronNET/Electron.NET

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.

Feature help wanted

All 7 comments

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

image

Will look into it!

image

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

Was this page helpful?
0 / 5 - 0 ratings