You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have installed on my local test system the 00 example. It builds and runs just fine. However, I want to learn more about how rendr works. So I was wanting to step through the code in the debugger. (Note: I haven't debugged in node before, but I have in various other technologies)
So, I installed node-inspector, which lets me debug using chromes devtools. The problem is, I'm not sure where or how to attach the debugger. For instance, the node-inspector instructions say to issue a command like this node-debug app.js. When I start the example app, I do so by issuing grunt server. Thus the confusion.
Any ideas on what to issue as the command here in order to debug the rendr example?
The text was updated successfully, but these errors were encountered:
So I have installed on my local test system the 00 example. It builds and runs just fine. However, I want to learn more about how rendr works. So I was wanting to step through the code in the debugger. (Note: I haven't debugged in node before, but I have in various other technologies)
So, I installed node-inspector, which lets me debug using chromes devtools. The problem is, I'm not sure where or how to attach the debugger. For instance, the node-inspector instructions say to issue a command like this
node-debug app.js
. When I start the example app, I do so by issuinggrunt server
. Thus the confusion.Any ideas on what to issue as the command here in order to debug the rendr example?
The text was updated successfully, but these errors were encountered: