Function debugger stops at dependency files

Symptom

If you debug your Function in runtime=Nodejs14 and you set a breakpoint in the first line of the main Function, the debugger can stop at dependencies.

Cause

Debugging started at the first line.

Remedy

Add a comment in the first line, and start debugging from the second line.