Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 792 Bytes

File metadata and controls

39 lines (23 loc) · 792 Bytes

subl.gdb

** Link time plugin to modify sublime.project files to synchronise binaries targets for debugging with https://github.com/quarnster/SublimeGDB **

Travis

Prerequisites

maiken parse.json

Usage

mod:
- name: subl.gdb
  link:
    project_file: $str  # defaults see "Defaults"

Building

*nix gcc:

mkn clean build -dtOa "-fPIC" -l "-pthread -ldl"

Testing

*nix gcc:

mkn clean build -dtOa "-fPIC" -l "-pthread -ldl" -p test run

##Defaults

project_file will attempt the following order $PWD/.sublime-project

if no file is found an error will be raised