Debug
foo.js

console.log("hello foo")

bar.js

console.log("three")
console.log("four")

foo.py

print("Hello foo")

foo.py

print("Hello foo")

foo.yaml

hello: world

foo.js
foo.py
index.html

console.log("hello foo")

another.py

print("Hello foo")