Console window not taking input when running node app

We're working on creating a custom generator for angular within our organization.  In doing so, we're attempting to debug the nodeJS app.  When the generator runs, it asks some questions.  Based on those answers, the generator generates things differently.

The problem is, when we type in these answers such as "Y" for yes, the input appears to be trapped by the debugger(it attempts to evaluate "Y") and doesn't send the input to the running app.  It's basically in debug mode, and we need our input to be accepted by the running nodeJS app.

I hope that makes sense.  

Thanks,

-Troy

0

One quick update.  Is it possible to run the same command line that opens the debugger, but have it open a standard DOS console window?

0

请先登录再写评论。