-
Notifications
You must be signed in to change notification settings - Fork 7
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
when i run, it stopped here. #3
Comments
Thanks for the feedback,
but I have no time to maintain this project.
😂
…---Original---
From: "pskirankumar"<[email protected]>
Date: 2020/5/30 23:58:40
To: "ysdy44/Retouch-Photo-UWP"<[email protected]>;
Cc: "Subscribed"<[email protected]>;
Subject: [ysdy44/Retouch-Photo-UWP] when i run, it stopped here. (#3)
#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
UnhandledException += (sender, e) =>
{
if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
};
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
你可以在应用商店里找到应用程序
https://www.microsoft.com/store/productId/9N2SVF2769GH
事实上,现在连我自己都无法运行这个项目
…---Original---
From: "pskirankumar"<[email protected]>
Date: 2020/5/31 02:00:28
To: "ysdy44/Retouch-Photo-UWP"<[email protected]>;
Cc: "ysdy44"<[email protected]>;"Comment"<[email protected]>;
Subject: Re: [ysdy44/Retouch-Photo-UWP] when i run, it stopped here. (#3)
please please tell me how to run?
On Sat, May 30, 2020 at 10:21 PM ysdy44 <[email protected]> wrote:
> Thanks for the feedback,
> but I have no time to maintain this project.
>
> 😂
>
>
>
> ---Original---
> From: "pskirankumar"<[email protected]&gt;
> Date: 2020/5/30 23:58:40
> To: "ysdy44/Retouch-Photo-UWP"<[email protected]&gt;;
> Cc: "Subscribed"<[email protected]&gt;;
> Subject: [ysdy44/Retouch-Photo-UWP] when i run, it stopped here. (#3)
>
>
>
>
>
> #if DEBUG &amp;&amp; !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
> UnhandledException += (sender, e) =&gt;
> {
> if (global::System.Diagnostics.Debugger.IsAttached)
> global::System.Diagnostics.Debugger.Break();
> };
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#3 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHBI2NLQFTNLLHSLGTZERVDRUE2Q3ANCNFSM4NOX3YIQ>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
UnhandledException += (sender, e) =>
{
if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
};
The text was updated successfully, but these errors were encountered: