-
Notifications
You must be signed in to change notification settings - Fork 30.1k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Does nodejs core still support xcode-debugging on MacOS? #42884
Comments
The flag was removed a long time ago. See #20328 (comment) for a possible workaround. |
Actually, I'll keep this open. Maybe some people can point you to other ways to debug on macOS. |
Thanks for your reply, @targos :) |
@targos by the way may I ask what develop platform are you using, Linux platform? |
I use macOS, Linux and Windows but I don't know how to debug C++ code effectively. I have basic knowledge of |
so,how do you often debug nodejs core? |
lldb is what I use on macOS (grudgingly, gdb muscle memory is too ingrained.) |
@targos Do you use lldb on MacOS to debug nodejs core? :) |
Same here:
|
Yes, but I don't really spend my time debugging node's C++ code |
Thanks, and yes I do not like to do these things on Windows platform, too. :) |
I think I should use lldb but not Xcode IDE, after all Xcode debugging is base on lldb. |
I'm not the one you should ask those questions. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What is the problem this feature will solve?
I remember it is supported some years ago that I can debug nodejs core (c++ code) by MacOS xcode after
configure --xcode
.Now, it seems like I can not do this anymore.
I have read the document of building and found nothing about this.
I would appreciate if somebody could tell me how to debug the nodejs core on MacOS platform. Thanks.
What is the feature you are proposing to solve the problem?
debug nodejs core on MacOS platform.
:)
What alternatives have you considered?
Or please tell me how to debug Node.js on other platform? such as Linux...I have to build up my environment.
The text was updated successfully, but these errors were encountered: