You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using JetBrains Rider on Fedora. I created a new project using this template. It runs fine, but when I try to run with the debugger, the app never starts. Even if I put a breakpoint at the start of the first line of Main, it never gets hit.
The debugger works fine for a basic console app, and for an ASP .NET web app. It's just Gir.Core Gtk projects that I'm encountering this issue with.
Any ideas?
The text was updated successfully, but these errors were encountered:
It might be worth mentioning in the readme, in a comment in the csproj file, or just only using PublishSingleFile for release builds by default? (I'm not sure it has value in debug builds)
I'm using JetBrains Rider on Fedora. I created a new project using this template. It runs fine, but when I try to run with the debugger, the app never starts. Even if I put a breakpoint at the start of the first line of Main, it never gets hit.
The debugger works fine for a basic console app, and for an ASP .NET web app. It's just Gir.Core Gtk projects that I'm encountering this issue with.
Any ideas?
The text was updated successfully, but these errors were encountered: