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

Write integration tests for JsDbg #180

Open
cbiesinger opened this issue Jul 30, 2019 · 1 comment
Open

Write integration tests for JsDbg #180

cbiesinger opened this issue Jul 30, 2019 · 1 comment
Labels
testing Change new/existing test

Comments

@cbiesinger
Copy link
Collaborator

Somewhat related to #178 - there are currently no tests for the debugger/webserver integration. We could write a small test program to be debugged, launch the debugger and jsdbg with it, and make requests to the web server to ensure we get the right answers.

This should be fairly straightforward for GDB, at least; for Windbg this might be doable using remote debugging perhaps?

@sanketj
Copy link
Member

sanketj commented Jul 30, 2019

Yes, makes sense and should be doable for WinDbg. For VS, I'm unsure on the right way to do this, but hopefully we can figure it out.

@sanketj sanketj added the testing Change new/existing test label Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Change new/existing test
Projects
None yet
Development

No branches or pull requests

2 participants