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

Allow debugging via vscode for dungeon puzzler #493

Closed
wants to merge 3 commits into from

Conversation

gwilymk
Copy link
Member

@gwilymk gwilymk commented Oct 6, 2023

It actually works! Will want to test this and work out how best to support non-linux operating systems too before putting it in the template.

Based on https://felixjones.co.uk/mgba_gdb/vscode.html

  • no changelog update needed

@corwinkuiper
Copy link
Member

I have CARGO_TARGET_DIR set for subvolume reasons, which I can use with ${env:CARGO_TARGET_DIR}, but I don't think the ${env:CARGO_TARGET_DIR:target} syntax works here. Looks like this won't work out of box for both of us :/

@gwilymk
Copy link
Member Author

gwilymk commented Oct 7, 2023

I tried for ages to make it optional, or to try and autodiscover it but failed. So I've gone with forcing CARGO_TARGET_DIR to be target/ which sucks but at least it should now work for you

@gwilymk gwilymk closed this Feb 21, 2024
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.

2 participants