nebula
nebula
CC#
Created by nebula on 5/8/2025 in #help
✅ Issue with try/catch block
Thanks for the help! im going to close this thread now cause I'm not having the issue anymore.
16 replies
CC#
Created by nebula on 5/8/2025 in #help
✅ Issue with try/catch block
Okay! I will have to learn more about the debugger, seems very helpful and this may have just been me not having any idea what I'm doing lol
16 replies
CC#
Created by nebula on 5/8/2025 in #help
✅ Issue with try/catch block
Okay I think I was confused by how the debugger works. I am new to VS. Anyways this is going to sound stupid but it seems to work now even though I haven't changed that code since I posted it. It's not breaking on me throwing any exceptions now. They're handled, and I believed they were handled when I posted this thread. Now the debugger isnt saying anything.
16 replies
CC#
Created by nebula on 5/8/2025 in #help
✅ Issue with try/catch block
I am working on reproducing the issue, for some reason its seeming to work now? Gonna keep testing it.
16 replies
CC#
Created by nebula on 5/8/2025 in #help
✅ Issue with try/catch block
Oh thats good to know. I've done this in Python a lot.
16 replies
CC#
Created by nebula on 5/8/2025 in #help
✅ Issue with try/catch block
Continuing execution at that point just ended the debug session. Launching without debugging led to the UI not even opening. I say its not catching it because the errors visual studio are showing me via the debug say that its unhandled by the user, but im running it in a catch block and its...not catching it apparently. I did make sure the exception class was correct
16 replies
CC#
Created by nebula on 5/6/2025 in #help
Learning C#! Looking for a "conventional" way to accomplish persistent network connections.
Thanks! I'll check it out right now
10 replies
CC#
Created by nebula on 5/6/2025 in #help
Learning C#! Looking for a "conventional" way to accomplish persistent network connections.
if you have any links you can share that can help, that would be awesome, but I think there's enough docs online that I can figure it out
10 replies
CC#
Created by nebula on 5/6/2025 in #help
Learning C#! Looking for a "conventional" way to accomplish persistent network connections.
thanks! ill check back later and see what I can do in the meantime to get more familiar
10 replies
CC#
Created by nebula on 5/6/2025 in #help
Learning C#! Looking for a "conventional" way to accomplish persistent network connections.
I can deal with optimizing that connection later
10 replies
CC#
Created by nebula on 5/6/2025 in #help
Learning C#! Looking for a "conventional" way to accomplish persistent network connections.
Okay, so I should focus on getting the hang of how a WinUI app really works before stressing about this too much. I'd like to start by getting these objects i am deserializing into a list of UI elements.
10 replies