square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

"Next/Previous" page button no showing up in core data browser(with workaround) #106

Open jonathanlu813 opened 10 years ago

jonathanlu813 commented 10 years ago

I know this is probably more Chrome Inspector's issue instead of PonyDebugger's problem, but just post it here to see if you guys can somehow avoid this, and provide a workaround for other people who came across this issue.

I was using PD for core data browsing, but I found that it only shows 50 entries. After looking into the code I found PD has pagination, and it should have Next and Previous button on the left of the search box, but it disappeared for me.

10011242_10153907355465006_831385691_n

I found that it's because of the line "-webkit-flex : 0" in inspector.css file, which is part of the chrome devtools package. So I went to ~/Library/PonyDebugger/src/devtools and deleted that line, then it works well.

screen shot 2014-03-17 at 4 28 12 pm

kdawgwilk commented 8 years ago

:+1: Worked for me thanks!