David_Sibirkin Posted December 2, 2019 Posted December 2, 2019 (edited) I spent a lot of time to find out how I can debug server side of ragemp in Webstorm. After writing simple server part in node.js I stuck at some place and looking for solution where I can debug line by line. In standart node.js http server app I would just point index js file in "Run/Debug Configurations", like on the screenshot given below, and it would give me an opportunity to debug in Webstorm line by line, by breakpoints. But rage is started through server.exe, and that's a problem, because Webstorm isn't any way connected to server.exe file and related node.js code. I will also contribute if find some way. Edited December 4, 2019 by David_Sibirkin
EaLighT Posted December 2, 2019 Posted December 2, 2019 (edited) dell Edited December 2, 2019 by EaLighT
Z8pn Posted December 14, 2019 Posted December 14, 2019 You cant really debug beside the error log the server console shows you. the Server executable exposes objects to the node environment which you cant really access with only node. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now