You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2019. It is now read-only.
Trying to avoid suspicion of whether the node --inspect does not work correctly, I expose port 9228 and exec the container: docker-compose exec node sh. I am going to functions: cd functions and I run the node inspector: node --inspect-brk = 0.0.0.0: 9228 index.js.
I really do not know what may be happening. The documentation is null. I have not found anything related. The information that there is to debug from a Docker container does not work for me. Any solution I will be grateful.
The text was updated successfully, but these errors were encountered:
I have created this docker-compose environment for more information:
Environment details
Steps to reproduce
The result:
Debugger for helloWorld listening on port 9229.
This page isn’t working
Trying to avoid suspicion of whether the node --inspect does not work correctly, I expose port 9228 and exec the container:
docker-compose exec node sh
. I am going to functions:cd functions
and I run the node inspector:node --inspect-brk = 0.0.0.0: 9228 index.js
.Now, when I trying open http://0.0.0.0:9228/json, this works:
I really do not know what may be happening. The documentation is null. I have not found anything related. The information that there is to debug from a Docker container does not work for me. Any solution I will be grateful.
The text was updated successfully, but these errors were encountered: