How does one actually do this? ... I followed the instructions in the help file, and SnapDevelop opens with the debug window when debugging, but the window itself doesn't give any information beyond what components loaded. The code file doesn't open, and it doesn't stop on any breakpoints I've set. You can't set watch points. It doesn't show what variables or objects are in memory... So it opens in SnapDevelop but I don't have a clue what I can do in there.
This is using PB 2022 R2, SnapDevelop, and a .NET Assembly that I imported with the .DLL Importer utility. The assembly is just a strong-named assembly that technically could also be called as an OLEObject, but I imported it with the .DLL Importer utility instead. It's used for TCP Stream communications with various third party companies our application communicates with, and works great... I'm adding some functionality, but getting an odd error that isn't reporting, and I'm trying to debug it...