kasper / phoenix

A lightweight macOS window and app manager scriptable with JavaScript
https://kasper.github.io/phoenix/
Other
4.36k stars 128 forks source link

Improve debug capabilities in the Safari context by listing of configuration file(s) in the developer tools sidebar #265

Closed varp closed 3 years ago

varp commented 3 years ago
kasper commented 3 years ago

Oh, nice one! Will review and test this once I have time.

mafredri commented 3 years ago

@varp, super nice! I had to make some tweaks to my typescript config (uses webpack) to get the sourcemaps included, but after that, worked perfectly. I did have to use the Debug build of Phoenix though, when I build it with Release settings it doesn't show up as a JSContext in Safari.

kasper commented 3 years ago

@mafredri Yes, unfortunately Apple has restricted this.

kasper commented 3 years ago

Thank you! Seems to work nicely!

varp commented 3 years ago

Was glad to be a part ) !