Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for .NET core #246

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

photex
Copy link

@photex photex commented Feb 12, 2024

Ahoy!

I do not expect this to be merged as is. But to get the conversation going I wanted to open a PR with the initial attempt.

I can download netcoredbg, and I can launch using it. Breakpoints don't get resolved yet, among other issues I'm sure.

I had to base this on the 0.10.1 tag because I couldn't use the package as is on 'master'. I'm happy to rebase there though.

@photex
Copy link
Author

photex commented Feb 13, 2024

Ok, @daveleroy I rebased, but now I see the following error:

Traceback (most recent call last):
  File "/home/chipc/.config/sublime-text/Packages/Debugger/modules/debugger.py", line 69, in get
    instance = Debugger(window, skip_project_check=skip_project_check)
  File "/home/chipc/.config/sublime-text/Packages/Debugger/modules/debugger.py", line 106, in __init__
    self.project = Project(window, skip_project_check)
  File "/home/chipc/.config/sublime-text/Packages/Debugger/modules/project.py", line 17, in __init__
    if not skip_project_check and not Settings.global_debugger_configurations:
  File "/home/chipc/.config/sublime-text/Packages/Debugger/modules/settings.py", line 17, in __get__
    return SettingsRegistery.settings.get(self.key, self.default)
AttributeError: type object 'SettingsRegistery' has no attribute 'settings'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant