gdb-frontend-live-client
: client for gdb-frontend-live
Client for GDBFrontendLive.
You must configure hostname and path from js/config.js
.
GDBFrontendLive.config.http_protocol = 'http';
GDBFrontendLive.config.http_path = '/gdb-frontend-live-client';
GDBFrontendLive.config.ws_protocol = 'ws';
GDBFrontendLive.config.host = '192.168.1.102';
GDBFrontendLive.config.port = 4551;
You can donate to support the project.
GNU General Public License v3 (GPL-3)
You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.