MicrosoftEdge / JsDbg

Debugging extensions for Microsoft Edge and other Chromium-based browsers
MIT License
176 stars 32 forks source link

Write integration tests for JsDbg #180

Open cbiesinger opened 5 years ago

cbiesinger commented 5 years ago

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 commented 5 years ago

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.