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

feat: add config file for debug with vscode #161

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

Conversation

ryouaki
Copy link

@ryouaki ryouaki commented Feb 1, 2023

What kind of change does this PR introduce?

Add config file for debug with vscode. let it be easy for c poor developer..

Why submit this PR?

It is hard to debug source code with gdb or other cmd tools. And VSCode can make it be easy.

TooTallNate pushed a commit to TooTallNate/quickjs that referenced this pull request Dec 18, 2023
The default 256 kb stack is too small to run some of the test262 tests
when ASAN is enabled.

Double it to 512 kb and ensure threads created by quickjs have big
enough stacks.
@RobLoach
Copy link

RobLoach commented Jan 25, 2024

Not everyone uses vscode, or Mac 🤷 . I'd recommend checking out some of the Makefile extensions for vscode. In addition, I believe contributions are only accepted through the mailing list.

GerHobbelt pushed a commit to GerHobbelt/quickjs that referenced this pull request Jun 21, 2024
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.

2 participants