1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Debugger fixes

Removing some debugger remote-requests
This commit is contained in:
Brian Fiete 2019-09-20 09:21:29 -07:00
parent c2d086fe8e
commit a32d18d962
21 changed files with 198 additions and 638 deletions

View file

@ -174,68 +174,22 @@ namespace Hey.Dude.Bro
return 111;
}
public static void TestA()
{
int* a = null;
*a = 123;
}
public static int Main(String[] args)
{
int* iPtr = null;
*iPtr = 123;
Blurg.Hey();
/*while (true)
for (int i < 100)
{
int a = 0;
PrintF("Hello 2!\n");
Thread.Sleep(10);
}
int* iPtr = null;
*iPtr = 123;*/
GC.SetAutoCollectPeriod(20);
Thread.Sleep(1000);
String str = scope .("Boops!");
int len = str.GetLength();
GetVal();
Thread thread = scope .(new => Thread);
thread.Start(false);
//Thread.Sleep(500);
//Test2(1, 2, 3, 4);
thread.Join();
RunLong();
str.Append("Hey yo!\nHey what's up\nHeef neef.\nSnoggles!");
str.Append(
"""
Hey, this is a bad ass string
Yep yep
What up!
""");
Color clr = (.)123;
int64 l;
Florf fl = .();
for (int j < 100)//zzz
{
fl.Goof();
for (int i < 1000000000L)
{
int a = 3;
}
}
//PrintF("%ld\n", foo((int32*)&l, &l));
//return foo((int32*)&l, &l);
return 1;
}
}