steelbrain / denode

Debug node apps like a pro
MIT License
142 stars 12 forks source link

Not working in linux (Ubuntu) #1

Closed marcopiraccini closed 8 years ago

marcopiraccini commented 8 years ago

Hi, Great idea :) I'm trying it with Ubuntu. For some reason, id doesn't work. To make it work, I have to comment out the following lines:

  // win.webContents.once('devtools-closed', function() {
  //   setImmediate(function() {
  //     win.close()
  //   })
  // })

...otherwise the devtools starts and end immediately. But I didn’t figure out why...

steelbrain commented 8 years ago

It might be a bug in electron. I'll try to repro on a Ubuntu VM soon