altv-js-module
altv-js-module copied to clipboard
Implement the V8 debugger
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 here
https://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