-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi @kevinbarabash and @bytorbrynden ,
I came across your project, and I find the debugger.js file particularly interesting for my use case. I’m currently working on a debug console for my JavaScript editor, and I’d like to integrate your debugger into my project.
Could you please clarify the following points?
Integration: How can I include debugger.js in my custom project? Are there any specific steps or configurations needed?
Dependencies: What are the dependencies for debugger.js? Are there any specific libraries or files I need to include for it to work properly?
Runtime: Does debugger.js work in both browser-based JavaScript environments and Node.js, or is it limited to one of them?
Scope of Use: Are there any restrictions or specific considerations I should be aware of when using debugger.js in a custom project?
I aim to use only the debugger.js functionality and not include the rest of the codebase. If you have any guidance on extracting just the debugger part, that would be incredibly helpful.
Thank you for your time, and I appreciate the work you've shared in this repository!
Best regards