altv-js-module icon indicating copy to clipboard operation
altv-js-module copied to clipboard

Implement the V8 debugger

Open LeonMrBonnie opened this issue 4 years ago • 0 comments

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

LeonMrBonnie avatar Oct 20 '21 22:10 LeonMrBonnie