So I'm quite new to C#, but I'm working on a rather large threaded application that has been deciding to lock up.
I'll either be clicking a button to just launch a new form, or trying to resize a table, and it will lock up and I have to quit the program.
Does anyone have any ideas on how I can debug? If I just click Break All it takes me to Application.Run(Forms.AllForms.MainForm); which isn't very helpful.
Bit new to Visual Studio (I'm an Obj-C dev) but are there debugger options that would let me step back to see the call stack that may indicate why this is happening?
I'm also using Krypton Components, not sure if that matters.
Thanks in advance!