Hyukwoo Park

Results 30 comments of Hyukwoo Park

I missed that "quit" option was already added Regarding errors: yes, just notify the users. "finish" option looks similar to "until" option in gdb. Is this also one of essential...

Thanks for your detailed explanation. It seems that we should add "finish" command to support "Step out" in VSCode.

This has been inactive for a long time, so I close it.

Too old patch to update. I'll re-push a new patch.

@Ye0nny @EJueon Thanks for reporting issues. May I ask you how or where did you get these test codes? Did you generate these tests by yourself?

@Ye0nny > These test cases have been generated based on our research results. Could you share your research result with us? Or lf there are research papers of yours, please...

@zherczeg Thank you for the quick patch! I'll try other apps to check if there are other issues in the debugger > the test stops when it runs the third...

@zherczeg I updated a new issue about debugger (please see the second one about multple processes/threads). Would you please check it?

@zherczeg Thanks for the quick reply! The current Escargot is essentially a single-process/thread engine, not employing multi-process/thread explicitly. However, in reality, third-party projects such as [lwnode](https://github.com/Samsung/lwnode) have already adopted a...