JamieDStewart / GBA_VSCode_Basic

A 'simple' Game Boy Advance development setup using Visual Studio Code
GNU General Public License v3.0
102 stars 32 forks source link

Doesn't work #12

Open Kippykip opened 6 months ago

Kippykip commented 6 months ago

Completely borked, all it does is error out and then after MGBA starts, it closes after 5 seconds.

Kippykip commented 6 months ago

Error: the description can't be converted into a problem matcher: { "background": { "activeOnStart": true, "beginsPattern": "^.debuggerReady.$", "endsPattern": "^.debuggerReady.$" } }

Error: the description can't be converted into a problem matcher: { "background": { "activeOnStart": true, "beginsPattern": "^.debuggerReady.$", "endsPattern": "^.debuggerReady.$" } }

Error: the description can't be converted into a problem matcher: { "background": { "activeOnStart": true, "beginsPattern": "^.debuggerReady.$", "endsPattern": "^.debuggerReady.$" } }

Kippykip commented 6 months ago

Made some progress

Then go on start, type PATH until this shows up: image

Click Environment Labels Add these two: C:\devkitPro\devkitARM\bin C:\devkitPro\tools\bin

Some locations have have changed like version numbers, here's some edits I have tasks.json c_cpp_properties.json launch.json settings.json

Still doesn't work after all that

SonOfKorriban commented 2 months ago

Error: the description can't be converted into a problem matcher: { "background": { "activeOnStart": true, "beginsPattern": "^.debuggerReady.$", "endsPattern": "^.debuggerReady.$" } }

Error: the description can't be converted into a problem matcher: { "background": { "activeOnStart": true, "beginsPattern": "^.debuggerReady.$", "endsPattern": "^.debuggerReady.$" } }

Error: the description can't be converted into a problem matcher: { "background": { "activeOnStart": true, "beginsPattern": "^.debuggerReady.$", "endsPattern": "^.debuggerReady.$" } }

Same problem here.