Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Can't terminate with keyboard shortcut #53

Closed paulvi closed 11 years ago

paulvi commented 11 years ago

reported by @hasanavi as www.nodeclipse.org #18 Can't terminate with keyboard shortcut

I'm using Eclipse Juno in Mac. I've able to run the Node JS application with cmd+shift+F11 shortcut but when I try to terminate with cmd+F2 that doesn't work. I've tried to terminate the application from eclipse menu -> Run -> Terminate but I found that is disabled.

However I was able to terminate it by clicking the Terminate button from the console view.

Is there any way to Terminate the Node JS application using keyboard shortcut?

Thanks

screen shot 2013-06-06 at 18 03 53

paulvi commented 11 years ago

@tomotaro1065 as MacOS user, could you use please check and suggest answer.

tomotaro1065 commented 11 years ago

The keyboard shortcut of cmd+F2 works when you are running application in debugging mode with cmd+F11. It is probably a specification of Eclipse, but not Nodeclipse.