Skip to content
New issue

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

add earlybird debugger support #912

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mng12345
Copy link

@Mng12345 Mng12345 commented Feb 7, 2024

Hi, i add earlybird debugger support in my fork of rescript-vscode. I think the visual debugger support can let more people easily to understand the OCaml analysis code logic and participate into our rescript-vscode development.
Here are the steps to initialize.

  1. opam install earlybird
  2. select OCaml earlybird(experimantal) item in RUN AND DEBUG in vscode.
  3. add some breakpoints in the code, then everything is fine.
    The earlybird is much useful than i ever thought, currently some breakpoints may not be worked, may be some bugs exist in earlybird, just try again.
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant