Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caspervonb/node-rdbg
Remote debugging interface
https://github.com/caspervonb/node-rdbg
Last synced: about 1 month ago
JSON representation
Remote debugging interface
- Host: GitHub
- URL: https://github.com/caspervonb/node-rdbg
- Owner: caspervonb
- License: other
- Created: 2015-02-24T16:16:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T22:30:08.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T13:00:22.074Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.md
Awesome Lists containing this project
README
# node-rdbg
Remote debugging interface## Class: Connection
### Connection(host, port, callback)
### connection.attach(target)
### connection.targets(callback)
### connection.source(filename, contents, callback)
## rdbg.connect(host, port, callback)