ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: Blacklisted on May 12, 2019, 03:21:13 AM

Title: How to debug C# scripts with Visual Studio
Post by: Blacklisted on May 12, 2019, 03:21:13 AM
Hi, does anyone know how I can debug scripts using c# when they are running n stealth? I was using a try catch and outputing the string to a listbox.
I have an issue where the .exe is crashing before it can write anything to the list box.

how do I debug c# while using stealth.
Title: Re: How to debug C# scripts with Visual Studio
Post by: Blacklisted on May 12, 2019, 03:54:03 AM
I figured it out, just need to start bugging and it auomatictly start in steath, i didnt htink it would be that simple.