PythonBreakpoints icon indicating copy to clipboard operation
PythonBreakpoints copied to clipboard

Setting debugger on a per project basis

Open Solanar opened this issue 6 years ago • 1 comments

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.

Solanar avatar May 28 '18 19:05 Solanar

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.

obormot avatar May 28 '18 20:05 obormot