eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Add binary entries #230

Closed thegecko closed 1 year ago

thegecko commented 1 year ago

This PR adds binary entries for the debugger entry points.

This means that when the package is installed globally, you can execute the debugger using cdtDebugTargetAdapter rather than fully qualifying the javascript file (e.g. /usr/local/lib/node_modules/cdt-gdb-adapter/dist/debugTargetAdapter.js)

jonahgraham commented 1 year ago

Thanks Rob.