carter Posted May 9, 2014 Report Share Posted May 9, 2014 Hi I want make break point into systemC OSCI code. I already know about i can use break point in visual c++. But i need that in linux. Is there any way how to make break point in systemC osci code in linux? Quote Link to comment Share on other sites More sharing options...
kartikkg Posted May 9, 2014 Report Share Posted May 9, 2014 Please have a look at GDB which will enable you to put breakpoints , step-by-step execution etc. Quote Link to comment Share on other sites More sharing options...
kartikkg Posted May 9, 2014 Report Share Posted May 9, 2014 You should use -g option with g++ to enable debugging options before using GDB. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.