phoityne: ghci debug viewer with simple editor.

[ bsd3, deprecated, development, program ] [ Propose Tags ]
Deprecated in favor of phoityne-vscode

Phoityne is a ghci debug viewer with simple editor.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.1.1, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0
Change log Changelog.md
Dependencies base (>=4.7 && <5), bytestring, Cabal, cmdargs, conduit, conduit-extra, ConfigFile, containers, directory, filepath, gtk3, hslogger, HStringTemplate, MissingH, mtl, parsec, process, resourcet, safe, text, transformers [details]
License BSD-3-Clause
Author phoityne_hs
Maintainer phoityne.hs@gmail.com
Category Development
Uploaded by phoityne_hs at 2015-12-22T11:31:15Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables phoityne
Downloads 4318 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-29 [all 3 reports]

Readme for phoityne-0.0.1.1

[back to package description]

Phoityne

Phoityne is a ghci debug viewer with simple editor. (on Windows)

Install

Setup GTK3

Download the all in package of gtk from here. 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
  • 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

Demo Video1

Demo Video2

Demo Video2