Skip to content

Error while debugging #4169

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

Closed
changkhothuychung opened this issue May 23, 2023 · 4 comments
Closed

Error while debugging #4169

changkhothuychung opened this issue May 23, 2023 · 4 comments
Labels
needs more info issues that need more info from the author question stale

Comments

@changkhothuychung
Copy link

changkhothuychung commented May 23, 2023

Details

Hi everyone, while using lldb on mac to debug a program in the file test/node-api/1_hello_world/test.js, I ran into this issue

`Process 72178 stopped

frame #0: 0x00000001002fcbc6 node_g`node::NodeMainInstance::Run(this=0x000000030d0871f0, exit_code=0x000000030d087174, env=0x000000010a04a200) at node_main_instance.cc:98:23

95 }
96 #endif
97 if (!is_sea) {
-> 98 LoadEnvironment(env, StartExecutionCallback{});
99 }
100
101 *exit_code =
Target 0: (node_g) stopped.
(lldb) n
nnode:internal/modules/cjs/loader:1073
throw err;
^

Error: Cannot find module './build/Debug/binding'
Require stack:
`

Can anyone let me know what this error is and how to fix it? Thanks

Node.js version

Not applicable.

Example code

No response

Operating system

N/A

Scope

N/A

Module and version

Not applicable.

@changkhothuychung
Copy link
Author

Thanks! but how do I fix that error?

@preveen-stack preveen-stack added question needs more info issues that need more info from the author labels Jun 16, 2023
Copy link

github-actions bot commented May 7, 2024

It seems there has been no activity on this issue for a while, and it is being closed in 30 days. If you believe this issue should remain open, please leave a comment.
If you need further assistance or have questions, you can also search for similar issues on Stack Overflow.
Make sure to look at the README file for the most updated links.

@github-actions github-actions bot added the stale label May 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment.
If you need further assistance or have questions, you can also search for similar issues on Stack Overflow.
Make sure to look at the README file for the most updated links.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info issues that need more info from the author question stale
Projects
None yet
Development

No branches or pull requests

2 participants