Replies: 0 comments 16 replies
-
The flag was removed a long time ago. See nodejs/node#20328 (comment) for a possible workaround. |
Beta Was this translation helpful? Give feedback.
-
Actually, I'll keep this open. Maybe some people can point you to other ways to debug on macOS. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, @targos :) |
Beta Was this translation helpful? Give feedback.
-
@targos by the way may I ask what develop platform are you using, Linux platform? |
Beta Was this translation helpful? Give feedback.
-
I use macOS, Linux and Windows but I don't know how to debug C++ code effectively. I have basic knowledge of |
Beta Was this translation helpful? Give feedback.
-
so,how do you often debug nodejs core? |
Beta Was this translation helpful? Give feedback.
-
lldb is what I use on macOS (grudgingly, gdb muscle memory is too ingrained.) |
Beta Was this translation helpful? Give feedback.
-
@targos Do you use lldb on MacOS to debug nodejs core? :) |
Beta Was this translation helpful? Give feedback.
-
Same here:
|
Beta Was this translation helpful? Give feedback.
-
Yes, but I don't really spend my time debugging node's C++ code |
Beta Was this translation helpful? Give feedback.
-
Thanks, and yes I do not like to do these things on Windows platform, too. :) |
Beta Was this translation helpful? Give feedback.
-
I think I should use lldb but not Xcode IDE, after all Xcode debugging is base on lldb. |
Beta Was this translation helpful? Give feedback.
-
I'm not the one you should ask those questions. |
Beta Was this translation helpful? Give feedback.
-
I usually debug with |
Beta Was this translation helpful? Give feedback.
-
поддерживает |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions