Which IDE can I use to debug this project #6706
Unanswered
pdlogingithub
asked this question in
Q&A
Replies: 2 comments 1 reply
-
RawTherapee is a fairly straightforward C++ application, so any C++ capable debugger should work. How to use the debugger depends on which debugger you decide to use. Just search for guides and tutorials for the debugger and make sure you are using a debug build of RawTherapee for the best experience. RawPedia mentions using GDB which in my experience works well. Any IDE that integrates with GDB should be good. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the reply. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I use visual studio to debug and set break point on this project?if not, which IDE should I use, Is there any tutorial on this suject?
thank you.
Beta Was this translation helpful? Give feedback.
All reactions