galzzy83 Posted July 5, 2021 Posted July 5, 2021 (edited) Hi, I would like to know if it's possible to debug client side c# in visual studio with breakpoints and stuff like that 😮 Because i'm trying to pass data from my server to client and then to my CEF ui and I need to to know if the data on the client is good. Thanks ! Edited July 5, 2021 by galzzy83
DaVilka Posted July 5, 2021 Posted July 5, 2021 6 часов назад, galzzy83 сказал: Hi, I would like to know if it's possible to debug client side c# in visual studio with breakpoints and stuff like that 😮 Because i'm trying to pass data from my server to client and then to my CEF ui and I need to to know if the data on the client is good. Thanks ! https://wiki.rage.mp/index.php?title=Console::logInfo
galzzy83 Posted July 5, 2021 Author Posted July 5, 2021 11 hours ago, DaVilka said: https://wiki.rage.mp/index.php?title=Console::logInfo I looked into C# client side functions and theres no logInfo function in the docs :O
TheOnlyDroid Posted July 6, 2021 Posted July 6, 2021 5 hours ago, galzzy83 said: I looked into C# client side functions and theres no logInfo function in the docs 😮 I personally try to catch exceptions where ever possible and send them as an event to the server and log them to a separate file; Rather than filling the clientside_cs.txt file. 1
DaVilka Posted July 12, 2021 Posted July 12, 2021 В 05.07.2021 в 23:11, galzzy83 сказал: I looked into C# client side functions and theres no logInfo function in the docs 😮 RAGE.Ui.Console.Log 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