realm-js
realm-js copied to clipboard
Display a warning helping users debug using Safari if they're debugging on a Mac using Chrome
Goals
To improve the debugging experience, we could show a "yellow box" warning, telling them about the Safari workaround for debugging, when detecting that the user is debugging on a Mac via Chrome.
Consider a link to how to Setup Safari debugging as well.
I never could get it to work.
@esutton Thanks for the good suggestion. You are always more than welcome to create an issue like that when things don't work. Adding details about what you tried and what problems you faced makes it much easier to address. I'll create one for now, but if you can help with what you tried and couldn't get to work, that would be gold!
@bmunkholm Thanks Brian. I need to try setting up Safari debugging again.
I cannot remember if I was stuck on Safari not connecting?
Or if my problems was no source code line display in Safari. Which I am not sure is any better than adding console.logs everywhere like I must do now. I should give it a try again.