Skip to content

Commit e7d82b3

Browse files
committed
betterments
1 parent 8494193 commit e7d82b3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/content/3/en/part3c.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Debugging Node applications is slightly more difficult than debugging JavaScript
1515

1616
#### Visual Studio Code
1717

18-
The Visual Studio Code debugger can be useful in some situations. You can launch the application in debugging mode like this:
18+
The Visual Studio Code debugger can be useful in some situations. You can launch the application in debugging mode like this (in this and the next few images, the notes have a field _date_ which has been removed from the current version of the application):
1919

2020
![screenshot showing how to launch debugger in vscode](../../images/3/35x.png)
2121

@@ -99,7 +99,6 @@ Next, we have to define the IP addresses that are allowed access to the database
9999

100100
Note: In case the modal menu is different for you, according to MongoDB documentation, adding 0.0.0.0 as an IP allows access from anywhere as well.
101101

102-
103102
Finally, we are ready to connect to our database. Start by clicking <i>connect</i>:
104103

105104
![mongodb database deployment connect](../../images/3/mongo5.png)

src/content/3/fi/osa3c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Nodella tehtyjen sovellusten debuggaaminen on jossain määrin hankalampaa kuin
1515

1616
#### Visual Studio Code
1717

18-
Visual Studio Coden debuggeri voi olla hyödyksi joissain tapauksissa. Saat käynnistettyä sovelluksen debuggaustilassa seuraavasti:
18+
Visual Studio Coden debuggeri voi olla hyödyksi joissain tapauksissa. Saat käynnistettyä sovelluksen debuggaustilassa seuraavasti (tässä ja muutamassa seuraavassa kuvassa muistiinpanoilla on kenttä _date_ joka on poistunut sovelluksen nykyisestä versiosta):
1919

2020
![Avataan run-tabi ja sieltä valinta start debugging](../../images/3/35x.png)
2121

0 commit comments

Comments
 (0)