We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement the V8 debugger in the client to allow the users to debug client scripts
Add the whole V8 debugger to the client so e.g. the Chrome DevTools can connect to it to debug clientside scripts
No response
An old implementation I did can be found in my fork in the debugger branch here https://github.com/leonmrbonnie/altv-client-js/tree/debugger (The code for this is horrendous, but it shows how it works)
debugger
client
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the problem
Implement the V8 debugger in the client to allow the users to debug client scripts
Desired solution for the problem
Add the whole V8 debugger to the client so e.g. the Chrome DevTools can connect to it to debug clientside scripts
Alternatives you considered
No response
Additional context
An old implementation I did can be found in my fork in the
debugger
branch herehttps://github.com/leonmrbonnie/altv-client-js/tree/debugger
(The code for this is horrendous, but it shows how it works)
Version
No response
Scope
client
The text was updated successfully, but these errors were encountered: