mirror of https://github.com/docker/docs.git
update nodejs develop section (#17696)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
519310cf74
commit
84c9404b88
|
@ -209,7 +209,9 @@ It opens the following screen.
|
|||
|
||||
{:width="800px"}
|
||||
|
||||
Click the **Open dedicated DevTools for Node** link. This opens the DevTools that are connected to the running Node.js process inside our container.
|
||||
Select **Configure**. This opens the **Target discovery settings**. Specify the target `127.0.0.1:9229` if it does not exist and then select **Done**.
|
||||
|
||||
Select the **Open dedicated DevTools for Node** link. This opens the DevTools that are connected to the running Node.js process inside our container.
|
||||
|
||||
Let’s change the source code and then set a breakpoint.
|
||||
|
||||
|
|
Loading…
Reference in New Issue