In the Chrome debugger under the "Sources" tab, there is a little "{}" button at the bottom that will de-minify minified code and make it human readable (turn on "pretty printing"), as well as allow the developer to set breakpoints, etc. I believe earlier versions of Safari also had this ability, but I haven't found anything similar in Safari 6... Does anyone know if Safari 6 has this ability?
Does the javascript debugger in Safari 6 have the ability to de-minify javascript?
903 Views Asked by Troy At
1
There are 1 best solutions below
Related Questions in JAVASCRIPT
- Angular Show All When No Filter Is Supplied
- Why does a function show up as not defined
- I count the time the user takes to solve my quiz using Javascript but I want the same time displayed on another page
- Set "More" "Less" font size
- Using pagination on a table in AngularJS
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- State with different subviews
- Ajax jQuery firing multiple time display event for the same result
- Getting and passing MVC Model data to AngularJS controller
- Disable variable in eval
- javascript nested loops waiting for user input
- .hover() seems to overwrite .click()
- How to sort a multi-dimensional array by the second array in descending order?
- How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?
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 JAVASCRIPT-DEBUGGER
- Troubleshooting Uncaught RangeError: Maximum call stack size exceeded
- Manually enter and execute javascript statement in Firefox debugger
- console.log & debugger statements in React.Components - unexpected token
- Firefox Developer Edition not showing quick watch pop up window when hovered over variable
- Javascript debug in Firefox: how to show the stack of calls with error
- Identify foreign JQuery function that fires onclick in wordpress theme
- How avoid new instance of Visual Studio when hit debugger statement in javascript
- Google chrome logs indicating xml.js:30 instead of actual line
- How to debug lazily-loaded javascripts in Safari debugger
- Out of range error in firebug console
- Is there any JavaScript debugger for IE < 8?
- Visual Studio 2012 JavaScript Debugging
- how to fix spurious runtime errors in Visual Studio 2010 javascript debugger
- JavaScript Debugging on Android/iPhone
- Javascript DOM-event origin and dependencies
Related Questions in SAFARI6
- Simulating Safari 6 on OS X 10.9
- Is there a simple conversion method for converting chrome message passing to the safari message passing syntax?
- CSS flexbox. Achieve this grid on Safari 6
- ScrollTo stops when website navigation is clicked (OSX 10.8.4 with Safari 6.0.5)
- flex-box issues in safari
- Safari Extension: "on install" event?
- safari terminates the session after use html5 audio
- Safari extensions event: SafariBeforeSearchEvent
- Mac OS X Safari 6 default search engine change between possible values
- video on Safari 6 slows down whole page when my javascript form is inserted into the DOM
- CSS border-radius issue in Safari 6
- Disabling JIT in Safari 6 to workaround severe Javascript JIT bugs
- Can't find variable
- Safari extension that causes reload, .js seems to get added over and over
- Why is text in disabled form elements not rendered in black in Safari?
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?
In Safari on Windows under the Scripts tab in the Developer Tools you have the equivalent {} "Pretty Print" icon which will do what you want.