daveleroy / SublimeDebugger

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

"We shouldn't be creating another debugger instance for this window" #184

Closed carlpett closed 1 year ago

carlpett commented 1 year ago

I've just installed this extension, and tried following along with the instructions. However, in the second step where I do "Debugger: Install adapter", there's no feedback. Checking the Console, the message "We shouldn't be creating another debugger instance for this window" is logged. Is there a problem running the extension with multiple sublime windows open? I typically have 10 or so windows open on different projects.

If this is supposed to work, are there any hints on how to find the issue?

Running on build 4126, on Linux 5.16.19-200.fc35.x86_64. Let me know if there are other specifics that would be helpful!

daveleroy commented 1 year ago

Restart and then try again and scroll the console back because there is likely an error that happened the first time you open the debugger.

We shouldn't be creating another debugger instance for this window is triggered when you try to open the debugger a second time.

carlpett commented 1 year ago

Ah. Yes, a restart fixed it :+1: