gsmcmullin / node-gdb

GDB integration for Node.js
8 stars 2 forks source link

Variable objects aren't reported deleted when GDB disconnects #5

Open gsmcmullin opened 7 years ago

gsmcmullin commented 7 years ago

When GDB exits, all existing variable objects should emit the deleted signal to notify observers so they can, for example, be removed from user interfaces.