Skip to content

Commit

Permalink
Remove trigger debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenPX committed Mar 12, 2024
1 parent f92e98a commit f680e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-netcore/TauriComunication/PluginInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public PluginInfo(string dllPath) {
this.PluginName = assembly.GetName().Name;

AppDomain.CurrentDomain.AssemblyResolve += (object? sender, ResolveEventArgs args) => AssemblyDependency.AssemblyResolve(sender, args, this.PluginName);
Debugger.Launch();
// Debugger.Launch();

Console.WriteLine($"Loaded dll {Path.GetFileNameWithoutExtension(dllPath)}. Name: {PluginName}");

Expand Down

0 comments on commit f680e38

Please sign in to comment.