31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

Config file #8

Closed vanossj closed 7 years ago

vanossj commented 7 years ago

define debug configuration in .atom-debug.json/cson configuration files and start a debug session by selecting a configuration from a select-list. Addresses issue #7

Allows for multiple config files, currently they are smashed together, so having multiple configs with same name will work, but they will overwrite the previous one.

Config files must be in the root project directory. The glob can be made recursive, but its grabbing more than just .atom.build files for some reason.

feel free to rename/refactor things

vanossj commented 7 years ago

I would love to create the select-list without atom-space-pen-views since they are supposedly depreciated, but I wasn't able to find an example anywhere.