Any suggestions, bug reports are welcome.
XVim2 depends highly Xcode's structure and Apple will modify Xcode's structure every year. So new feature requests depend on Xcode's structure are not recommended.
Please don't sumbit a pull request for a local language translation for maintenability.
-
Open XVim2.xcodeproj by Xcode that we call it
First Xcode instance
. -
Select
Xcode
-Edit scheme...
-Run
-Info
tab -Executable
-Ask on Launch
-
Product
-Run
-
Select
Xcode
app onChoose an app to run:
-
You can see
Second Xcode instance
that is the application you can debug.
Also you see debug console log in theFirst Xcode instance
.
- In your ~/.xvimrc, add a line "set debug"
- You can use
tail -f ~/.xvimlog
command to see xvim debug log.
- In your .xvimrc, add a line "set debug", which tells XVim to run in debug mode.
- Open XVim.xcodeproj, a debug instance of Xcode shows up.
- In the debug Xcode instance, create a random small disposable project (say HelloWorld.xcodeproj) if you have don't this already.
- Open HelloWorld.xcodeproj using debug Xcode instance.
- Go to XVim menu, there should be an item "test categories"
- Choose a category to run
- A separate window shows up and unit tests are run inside that window.
- Results will be shown when all the tests in that category are completed.