phoityne-0.0.2.0: README.md
# Phoityne
Phoityne is a ghci debug viewer with simple editor.
(on Windows)
## Install
### Setup GTK3
Download the all in package of gtk from [here](http://win32builder.gnome.org/ "GTK3").
Extract it and set path to bin and lib folder, set install directory to prefix of lib/pkgconfig/*.pc files.
### Start stack project
% stack new project
. . . . .
%
% cd project
% stack install phoityne
. . . . .
%
% C:\Users\username\AppData\Roaming\local\bin\phoityne.exe
%
## Keyboard shortcuts
### Build, Debug
* F5 : start debug / jump to next break point
* Shift+F5 : end debug
* F7 : build
* Shift+F7 : rebuild (stack clean; stack build)
* F9 : put on/off break point
* F10 : step over
* F11 : step in
### File, Search
* Ctrl+S : save all
* Ctrl+F : search
* F3 : jump to next search result
* Ctrl+R : replace
### Folder Tree
* Left : collapse folder
* Right : expand folder
* Up : go up
* Down : go down
## Demo Videos
### Demo Video1
[](https://www.youtube.com/watch?v=MKMEgb0sFsI)
### Demo Video2
[](https://www.youtube.com/watch?v=T10wWCmWHaA)
## Document





















