Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jdt output passthrough #23

Open
wants to merge 2 commits into
base: jerry-debugger-proxy
Choose a base branch
from

Conversation

grgustaf
Copy link
Collaborator

@grgustaf grgustaf commented Apr 6, 2018

No description provided.

grgustaf added 2 commits April 6, 2018 10:56
JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson [email protected]
@grgustaf grgustaf force-pushed the jdt-output-passthrough branch from a57a77b to 54849ce Compare April 6, 2018 20:10
} else if (code === SP.JERRY_DEBUGGER_CONTINUE) {
cmd = 'Continue';
}
this.logSentPacket(cmd);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe create a logSentCommand(cmd) helper to keep this method here a bit cleaner? Half the lines are about logging now.

@martijnthe
Copy link
Owner

I'd like to hold off merging this and the other PR until the mother load PR has been merged into the JerryScript project. Once that's done, I think you can just open a new PR directly to the JrS project's Github for this and next PRs.

@grgustaf
Copy link
Collaborator Author

grgustaf commented Apr 9, 2018

Yeah, I actually realized over the weekend I didn't really intend to submit these against that branch. :)

@grgustaf
Copy link
Collaborator Author

grgustaf commented Apr 9, 2018

But yeah just meant to put them here so you could take a look before I submit them up there (after merge).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants