PythonBreakpoints
PythonBreakpoints copied to clipboard
Setting debugger on a per project basis
Thank you for creating this package, it's definitely a daily driver.
Is there anyway to set "debugger" on a per project basis? Something in .sublime-project files? Most of my projects use bpdb, but I recently started working on another project that is pdb only.
Thanks for your kind words!
Looks like there is a way to save some project data using set_project_data(data) and project_data() API that ST3 provides (https://www.sublimetext.com/docs/3/api_reference.html). I'll tinker with it sometime soon, should be pretty straightforward.