mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Debugger fix
This commit is contained in:
parent
85943230b1
commit
be0c03241e
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ BF_EXPORT void BF_CALLTYPE Debugger_EvaluateContinueKeep()
|
||||||
debugger->EvaluateContinueKeep();
|
debugger->EvaluateContinueKeep();
|
||||||
}
|
}
|
||||||
|
|
||||||
BF_EXPORT StringView BF_CALLTYPE Debugger_Evaluate(const char* expr, int callStackIdx, int cursorPos, int32 language, int8 expressionFlags)
|
BF_EXPORT StringView BF_CALLTYPE Debugger_Evaluate(const char* expr, int callStackIdx, int cursorPos, int32 language, uint16 expressionFlags)
|
||||||
{
|
{
|
||||||
auto debugger = gDebugger;
|
auto debugger = gDebugger;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue