i have accidentally ? added an exception in the square box I put a cheak tick into it to lukes_media_player and i cant get my error information back I have lost my error information

Anonymous
2020-06-10T05:01:11.547+00:00

![i have accidentally ? added an exception in the square box I put a cheak tick into it to lukes_media_player and i cant get my error information back I have lost my error information][1] ![9654-screenshot-23.png][2] debug output 'Lukes Media Player.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\WindowsApps\Microsoft.NET.CoreRuntime.1.1_1.1.27004.0_x86__8wekyb3d8bbwe\System.Private.CoreLib.ni.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\entrypoint\Lukes Media Player.exe'. Symbols loaded. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Program Files\WindowsApps\Microsoft.NET.CoreRuntime.1.1_1.1.27004.0_x86__8wekyb3d8bbwe\mscorlib.ni.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\WinMetadata\Windows.winmd'. Module was built without symbols. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\System.Runtime.InteropServices.WindowsRuntime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\System.Runtime.WindowsRuntime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\System.Runtime.WindowsRuntime.UI.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Lukes Media Player.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Users\lferg\source\repos\Lukes Media Player\Lukes Media Player\bin\x86\Debug\AppX\FFmpegInterop.winmd'. Module was built without symbols. The thread 0x21cc has exited with code 0 (0x0). The thread 0x11dc has exited with code 0 (0x0). ![9761-screenshot-23-li.jpg][3] [1]: /api/attachments/9733-number-5-line-is-now-greyed-out.jpg?platform=QnA [2]: /api/attachments/9654-screenshot-23.png?platform=QnA [3]: /api/attachments/9761-screenshot-23-li.jpg?platform=QnA

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 18,370 Reputation points
    2023-09-09T13:54:18.7933333+00:00

    From your description and screenshots, it appears that you accidentally set a breakpoint in your code, which is why the line is now grayed out and shows a checkmark. This indicates that the breakpoint is active.

    0 comments No comments