mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Enable first breakpoint for Script created by initializeFunctionScript
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
02aac43bcf
commit
9f901623dd
7 changed files with 49 additions and 4 deletions
|
|
@ -1044,7 +1044,6 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
|
||||
if (wait_before_exit || context->isWaitBeforeExit()) {
|
||||
context->setAsAlwaysStopState();
|
||||
auto evalResult = Evaluator::execute(context, [](ExecutionStateRef* state, ScriptRef* script) -> ValueRef* {
|
||||
return script->execute(state);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue