Sephiroth87 / VariablesViewFullCopy-Xcode

An Xcode plugin to copy the full tree description of an object from the Variables View

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VariablesViewFullCopy

VariablesViewFullCopy-Xcode

VariablesViewFullCopy is an Xcode that will let you copy the full tree description of an object in the Debug's area Variables View.

##Usage Right click any object from the Variables View and select "Full copy". Each child will only be copied once to avoid reference cycles, if they appear again their children will be replaced by a "[...]". Caution: some objects might take a lot to copy (some Xcode internal objects were taking hours and ultimately failed because the Mac ran out of memory), for now I added a cancel button to interrupt the process, but if anyone has better idea how to handle huge trees let me know :)

##Installation

  • Clone and build the project
  • Use Alcatraz

Either way, restart Xcode to make it load

##Release notes ###1.1

  • Xcode7 support
  • Add cancel button to stop the copy
  • Add notifications for new releases

###1.0

  • Initial Release

##License Copyright (c) 2015. Fabio Ritrovato

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An Xcode plugin to copy the full tree description of an object from the Variables View

License:MIT License


Languages

Language:Objective-C 100.0%