Break handling
This commit is contained in:
parent
8a9977219f
commit
b378d8f519
1 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ function me.start(host, port, waitForConnection)
|
||||||
|
|
||||||
emu.addEventCallback(breakHandle, emu.eventType.codeBreak)
|
emu.addEventCallback(breakHandle, emu.eventType.codeBreak)
|
||||||
|
|
||||||
emu.breakExecution()
|
breakHandle()
|
||||||
end
|
end
|
||||||
|
|
||||||
return me
|
return me
|
||||||
|
|
Loading…
Add table
Reference in a new issue