daveleroy / SublimeDebugger

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

"Debugger requires a sublime project..." warning appears when any new window is created, debugger started or not. #181

Closed jcowgar closed 1 year ago

jcowgar commented 1 year ago

When I first launch Sublime, no files loaded, the dialog appears stating "Debugger requires a sublime project. Would you like to create a new sublime project?"

This appeared before when I attempted to start the debugger in a window that did not have an open project. I think that is fine, but right now, even if I do something such as hit the menu entry "Preferences > Settings" a new window appears, then the dialog, then once I say click "Cancel", then my preference file split appears.

In fact, it seems even if I do File > New Window, this dialog appears.

2022-09-26_14-18

daveleroy commented 1 year ago

I'll look at this tonight but its probably an issue with the startup logic which I changed in the latest version.

You can probably disable the open_at_startup setting until a fix is released.

daveleroy commented 1 year ago

This should be fixed in 0.7.2 when package control picks it up

jcowgar commented 1 year ago

@daveleroy, indeed it is. Thank you for the quick fix and Debugger!