Jump to content

[C#] Is it possible to debug client side ?


Recommended Posts

Posted (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 by galzzy83
Posted
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.

  • Like 1
Posted
В 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

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...