-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node.js debugging problems... #170
Comments
@hunterjm can you give me some advice? |
It's all JavaScript and debuggable using the devtools window that pops up. |
Thanks @hunterjm . now I have managed to debug the project. And congrats by this project.... Its very usefull for us who dont want to give more money to EA. |
@hunterjm I am being able to debug the code. But there are some lines that I cant put a break point... |
@hunterjm here is what is happening any help? |
For now I am using the statement but it is a paint in the ass. Wish I could debug normaly. |
I was wondering where you inserted the try...catch for the error on line 95? Thanks for your help :) |
since I am a noob in node.js, I dont know how to debug this project.
I've made everything that had to be done.
when I type "npm run dev" it opens the program whith a window on the right side...
If I wanted to debug the login, for instance, how do I do it?
some help please.
thanks
The text was updated successfully, but these errors were encountered: