nasa / trick

Trick Simulation Environment. Trick provides a common set of simulation capabilities and utilities to build simulations automatically.
Other
32 stars 16 forks source link

QUESTION: How can i start making changes on trick source code? #1610

Closed yusufcananar closed 9 months ago

yusufcananar commented 10 months ago

Hello,

I would like to add a small feature to trick source but I am not sure where to start. It takes lots of time to make the trick as mentioned in installation guide and I don't think that for every bit of change requires full make of the trick(or is it?). I wonder, how your development environment looks like and what is your approach to debug and develop?

hchen99 commented 10 months ago

Thanks for being willing to contribute. Every change goes through make. Please use our install guide for trick environment setup. People submit PRs with the changes made and we'll review to determine whether to accept the requests.

yusufcananar commented 9 months ago

Thanks @hchen99 Which IDE do you recommend? How can I debug the source code? any suggestions would be great help to me.