Eclipse CDT and GDB setup to debug SSH tools - billdinger/Win32-OpenSSH GitHub Wiki
Downlaod and extract 32 bit Eclipse CDT (for C/C++ devlopment) from http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/lunasr2
Download and install 32 bit JDK 8 from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Make sure the JDK's bin directory is in System path, usually, C:\Program Files (x86)\Java\jdk1.8.0_60\bin
Launch eclpise.exe








Debugging has started from the first line in main(). use the button from toolbar to step through the code

To launch a new debugging session
