dictation-toolbox / natlinkcore

Other
4 stars 4 forks source link

Defaults for [settings.debugadapterprotocol] #66

Closed dougransom closed 5 months ago

dougransom commented 6 months ago

These should be the defaults for that section, [settings.debugadapterprotocol] dap_enabled = False dap_port = 7474 dap_wait_for_debugger_attach_on_startup = False

dap_wait_for_debugger_attach_on_startup = True is the current default, should be false.

quintijn commented 6 months ago

Hi Doug, I hope you are working on correcting the problem with loader.py?

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\DT\NatlinkcoreDoug\src\natlinkcore\loader.py", line 671, in run
    dh = OutputDebugStringHandler()
NameError: name 'OutputDebugStringHandler' is not defined
quintijn commented 6 months ago

You apparently fixed this, Doug. I made the default port 7474 in the config.py (line80) as you requested earlier. Will be merged in when doing a PR... OK?