This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Description

Steps to reproduce
Tell us about your environment:
- ndb version: 6.14.5
- Platform / OS version: MacOS Catalina 10.15.5
- Node.js version: 13.1.0
What steps will reproduce the problem?
- I put a breakpoint in my code to show variables
- When I edit my code within the chromium window, the system doesn't reload the script, it says that "require is not defined".
What is the expected result?
I expect that the script reloads with my changes
When I run the debugging process I don't see that all my code is wrapped by the global function in node, like in this example from internet

All code that I'm debugging is without that function, maybe this is the problem, but I don't know how to fix it.
What happens instead?
The system doesn't reload the changes then I must close the debugging windows and restart it