Skip to content

Commit fba12d0

Browse files
Process sqdbg messages on client connection
1 parent d480d17 commit fba12d0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

sp/src/vscript/vscript_squirrel.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,10 +2080,8 @@ bool SquirrelVM::ConnectDebugger( int port, float timeout )
20802080
}
20812081
}
20822082
}
2083-
else
2084-
{
2085-
sqdbg_frame( debugger_ );
2086-
}
2083+
2084+
sqdbg_frame( debugger_ );
20872085

20882086
VScriptRunScript( "sqdbg_definitions.nut", NULL, false );
20892087
return true;

0 commit comments

Comments
 (0)