You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: