We have a website which crashes the iPad. On PC dekstops we've managed to lower the memory footprint by alot, and thought this would fix the iPad crash issue. It does not. We have the iPad now connected to a Mac and are using Safari Web Inspector to debug it. However, I do not see any option to view the ipad's memory use, or the size of the javascript objects. Is there a good site to go to to learn more about how to use this technique? Note that it's not a dev Mac with XTools, just someone's personal MacBook. We really want to just detemine if the error is something otehr than memory usage.
Debug iPad memory issues via Mac
214 Views Asked by Daniel Williams At
0
There are 0 best solutions below
Related Questions in IPAD
- Setting View orientation to portrait is ignored
- How to force close ipad/iphone keypad when input element is not focused using JS?
- UIDocumentInteractionController presentation style
- iOS coordinates for iPad and iPhone game using spritekit
- What is the best practice when making a storyboard for iPhone and iPad?
- Exchange plist data between 2 iPad using iCloud
- an app supporting arm64 and armv7 running on arm64 and ios 7 ipad air
- My SIOSocket get disconneted automatically when i locked my ipad
- using livestream video in iOS application
- Always shown vertical and horizontal scroll indicator on a uiwebview
- Is it possible to opt your iPad app out of multitasking on iOS 9
- Bind html button click with objective c
- iPhone App won't run on ipad at 2x resolution
- Missing icon and storyboard files, iOS 7 and 8, Xcode 6
- iOS infinitely deeply nested TableView/UIGestureRecognizer view tree AND iPAD requires 2 finger scrolling on a tableview
Related Questions in DEBUGGING
- Eclipse find source file from library
- Debug native code in Android Studio
- Breakpoint "concurrency" in Intellij
- PhpStorm IDE. Collapse custom/debug code
- How does one debug infinite recursion in Haskell?
- Android Studio missing exception stacktrace in Logcat
- java FileNotFoundException wont locate a file in the same project
- How can I debug scala.js unit tests?
- Why Eclipse Debugger does not stop on scoped exception breakpoint (how to stop on handled exception)
- Suggestions for my Selection Sort / Java
- Fortran Debugging
- Debug Excel VSTO add-in when launched by double-clicking existing file
- Starting GDB with interpreter mi via .gdbinit file
- How to print call stack in Swift?
- Preventing threads in Xcode
Related Questions in SAFARI
- transform-origin doesnt apply in safari
- Evernote Web Clipper and Content Security Policy
- Polymer 1.0 on Firefox, Safari /deep/ selector not working
- Safari Extension not geting session Info
- Why won't this URL work in Safari?
- CSS rotate animation doesn't start properly in Safari
- "Card" rotation and selectable text
- jQuery on('change') logic behaving wierdly in ios 8.2/8.3
- Parallax causing vertical scroll issues in Safari (and iOS Safari)
- Weird icons appearing on Safari in between words
- jQuery animate using a variable doesn't work in OSX Safari
- laravel ajax call in safari and on mobile methodNotFoundHttpException
- Safari turns Simple Cors Request into Preflight after 302 redirect
- iOS9 Safari content blocker extension not invoked
- Angular on a svg - $sce.trustAsHtml inside svg does not work in safari and ie
Related Questions in WEB-INSPECTOR
- Reload page's JavaScript after editing HTML in Web Inspector
- Cannot find the CSS Errors in Chrome
- How to use a Web Inspector with emulated android device (AVD)
- How to run my own event handling Javascript code on a site using element inspector?
- Run loaded script again (after modification) in Browser's Inspect Tools?
- CSS selectors repeating multiple times in inspect element
- Odd behavior in Firefox Developer Edition, the "inspect Element" context menu option
- Chrome devTools no longer seeing USB devices for debugging
- Why does Chrome Timeshow show Parse HTML events before Finish Loading?
- How to open the web inspector in QWebView?
- Style elements keep missing in chrome web inspector
- How to detect if browser console / inspector is *open*?
- Change Sources TAB background color
- Debug iPad memory issues via Mac
- Problems Debugging Mobile Safari via the desktop Web Inspector
Related Questions in SAFARI-WEB-INSPECTOR
- Ionic 2 Missing source to debug on ios device
- Safari Developer Tools: Preserve Network Log on Navigation
- Safari Web Inspector not working with iOS Simulator
- iPhone not appearing in Develop menu in Safari
- Flexbox does not work in Safari, striked out in Web inspector
- Unable to find source map files in Safari 8
- Debug iPad memory issues via Mac
- Is it possible to enable remote debugger port programmatically for Embedded Safari Webkit screens in Cocoa Application
- Inspect WebView on iOS native app
- CSS - Failed to load resource: the server responded with a status of 404 ()
- Open file shortcut safari developer tools
- How do i find the culprit of "exceeded mem limit" errors on iOS devices visiting a particular web page?
- Performance on iOS WebView, Safari Inspector: What is the "Other" category causing so much jank?
- I want to add react devtools to Safari browser
- How does the Safari Javascript console predict properties of nonexistent objects?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?