rock-core / vscode-rock

VSCode extension for Rock integration
MIT License
1 stars 1 forks source link

orogen debugging configuration no longer works #73

Closed g-arjones closed 3 years ago

g-arjones commented 4 years ago

Apparently, overriding the "type" member is not allowed anymore

doudou commented 4 years ago

Oh crap.

g-arjones commented 4 years ago

Oh crap.

Yes. My thoughts exactly.

g-arjones commented 4 years ago

May, 2020 release notes mention "automatic debug configurations". It seems like generating a launch.json is not necessary anymore, the user only needs one if he/she wishes to tune/modify targets that are automatically generated by the extension (much like how the tasks API works). Sounds cool.

Reference: https://github.com/microsoft/vscode/issues/88230 https://github.com/microsoft/vscode/issues/95835

doudou commented 4 years ago

Actually, I just debugged an orogen component. I start it with VSCode (didn't try to attach)

g-arjones commented 4 years ago

Interesting... it didn't for me (was starting with vscode as well). I will try again later. What version are you on?

doudou commented 4 years ago

1.47.0

doudou commented 3 years ago

I'm closing this, I've been debugging orogen components in the last few months, and can vouch it works. Feel free to reopen if you still have the problem.