Created by: pluxoid
Chrome devtools doesn't recognize Windows file paths with backslashes. This is a naive fix, replacing backslashes with forward slashes. I tried looking for a more generalized path
function that did this, but didn't find any.
Fixes #2456 (closed).