BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
360 stars 129 forks source link

debugging cosmos in visual studio code #1698

Closed abdelrahman47 closed 2 years ago

abdelrahman47 commented 2 years ago

I am currently developing custom protocol which receives data and transform it from HEX to another values then return a string of ASCII. I want to debug it in VSC to see the data changes and trace data flow from the backend to the frontend. can it be made locally or there is a way to do that on a running docker container?

jmthomas commented 2 years ago

We use VS Code to develop COSMOS. We have a cosmos extension that simply does code formatting of our cmd/tlm files. I'd recommend installing the Docker extension and play with that.