daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
369 stars 42 forks source link

Are configurations in .sublime-workspace supported? #219

Closed z-aki closed 1 year ago

z-aki commented 1 year ago

Between a configuration set in a sublime-project file that gets overwritten by cmake and global settings that is visible everywhere, I suppose workspace files is a good compromise.

daveleroy commented 1 year ago

Why is your sublime-project file being overridden that seems weird. There is no api to work with sublime-workspace files and I don't think they are supposed to be hand edited.

z-aki commented 1 year ago

cmake's sublime text generator works this way.

daveleroy commented 1 year ago

You can add configurations globally in the debugger settings with global_debugger_configurations