Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET app as the master? #10

Open
snify opened this issue Aug 2, 2020 · 1 comment
Open

.NET app as the master? #10

snify opened this issue Aug 2, 2020 · 1 comment

Comments

@snify
Copy link

snify commented Aug 2, 2020

Hello,
I saw that currently the library works as if the main app is electron and it spawns a .NET application.
Is there a way to do it backwards? .NET app spawning Electron.
I tried some stuff like running electron which calls my app again, but then there is no way to debug the .NET (master) app.
Any suggestions?

@ruidfigueiredo
Copy link
Owner

ruidfigueiredo commented Aug 4, 2020

Starting as the .NET app is not implemented, however you can debug the .NET app. To do that just use the attach to process functionality in VS Code or full VS if you are on Windows.
Check the "Better Debugging" section here: https://www.blinkingcaret.com/2019/11/27/electroncgi-a-solution-to-cross-platform-guis-for-net-core/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants