mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Start creating a debugger API
- The debugger callbacks are implemented as class - Using std::vector for storing data Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
parent
e99603ae66
commit
a481cd6dd8
15 changed files with 281 additions and 73 deletions
|
|
@ -972,7 +972,7 @@ int main(int argc, char* argv[])
|
|||
continue;
|
||||
}
|
||||
if (strcmp(argv[i], "--start-debug-server") == 0) {
|
||||
context->initDebugger(nullptr);
|
||||
context->initDebuggerRemote(nullptr);
|
||||
continue;
|
||||
}
|
||||
if (strcmp(argv[i], "--debugger-wait-source") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue