daveleroy / SublimeDebugger

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

Whenever I open sublime, it always prompts me to create a config file. Like this. #143

Closed Straw94 closed 2 years ago

Straw94 commented 2 years ago

image

daveleroy commented 2 years ago

You are probably opening the folder in sublime instead of the sublime project

Straw94 commented 2 years ago

You are probably opening the folder in sublime instead of the sublime project

It also not working. 'Add or Select Configuration' not allow me to choose old .sublime-project file

daveleroy commented 2 years ago

.sublime-project files are a Sublime thing you need to use Project -> Open Project or open Sublime with the project file.

Straw94 commented 2 years ago

Thanks for your answer.