Author Topic: How to debug C# scripts with Visual Studio  (Read 4708 times)

0 Members and 1 Guest are viewing this topic.

Offline BlacklistedTopic starter

  • Jr. Member
  • **
  • Posts: 75
  • Activity:
    0%
  • Reputation Power: 2
  • Blacklisted has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
How to debug C# scripts with Visual Studio
« on: May 12, 2019, 03:21:13 AM »
0
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.

Offline BlacklistedTopic starter

  • Jr. Member
  • **
  • Posts: 75
  • Activity:
    0%
  • Reputation Power: 2
  • Blacklisted has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: How to debug C# scripts with Visual Studio
« Reply #1 on: May 12, 2019, 03:54:03 AM »
0
I figured it out, just need to start bugging and it auomatictly start in steath, i didnt htink it would be that simple.

Tags: