- Joined
- Mar 31, 2019
- Messages
- 2
- Reaction score
- 0
- First Language
- Portugues
- Primarily Uses
- RMMV
Hey guys,
Im using the benefits of NodeJS with require()/modules.export.
But for some reason debugger; and console.log(...) doesn't work on this scripts, but outter it work well.


He call connect() method and do what is on it like constructor to but debugger and console.log() not works. I don't know if is a limitation of framework or what, how I solve it? If there are something that will solve it...
Im using the benefits of NodeJS with require()/modules.export.
But for some reason debugger; and console.log(...) doesn't work on this scripts, but outter it work well.


He call connect() method and do what is on it like constructor to but debugger and console.log() not works. I don't know if is a limitation of framework or what, how I solve it? If there are something that will solve it...

