fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
434 stars 122 forks source link

Fix issue with filter root paths #233

Closed rchiodo closed 2 years ago

rchiodo commented 2 years ago

Some of the paths for the roots can be None as they don't exist in WASM builds

fabioz commented 2 years ago

Seems good to me. Just merged.