mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
eliminate manual console creation & needs-console detection; use user-error mechanism for process creation failure
This commit is contained in:
@@ -2383,6 +2383,11 @@ recursion_stepping_tests(void){
|
||||
static void
|
||||
debug_string_tests(void)
|
||||
{
|
||||
for(int i = 0; i < 100; i += 1)
|
||||
{
|
||||
printf("here is a number: %i\n", i);
|
||||
fflush(stdout);
|
||||
}
|
||||
#if _WIN32
|
||||
for(int i = 0; i < 100; i += 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user