mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Initial implementation of the Escargot Debugger.
This commit is contained in:
parent
36e5291bfe
commit
a555ac52f6
50 changed files with 2699 additions and 16 deletions
|
|
@ -568,6 +568,10 @@ int main(int argc, char* argv[])
|
|||
seenModule = true;
|
||||
continue;
|
||||
}
|
||||
if (strcmp(argv[i], "--start-debug-server") == 0) {
|
||||
context->initDebugger(nullptr);
|
||||
continue;
|
||||
}
|
||||
} else { // `-option` case
|
||||
if (strcmp(argv[i], "-e") == 0) {
|
||||
runShell = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue