can not step into specific element class while debugging

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
rgrayeli
Posts: 20
Joined: Fri Mar 14, 2008 8:18 am
Location: UC Berkeley
Contact:

can not step into specific element class while debugging

Post by rgrayeli »

Frank;

I'm trying to debug the code. so I put the break point on the line that I want to debug to and started debugging but debugging procedure skips all the breakpoints. I did find out the only files that can be debugged are those located in the opesees (main project) project. would you please show me how to debug the files other than main project ones? thank you.
Roozbeh
PhD student
GeoEngineering
UC, Berkeley
burnningcat
Posts: 50
Joined: Mon Jun 18, 2007 1:10 am
Location: ROMA

Post by burnningcat »

My friend, I have no problem in debugging. So maybe you should try to use the Visual studio 2008 team suit and the lastest sorce code of OpenSees.
rgrayeli
Posts: 20
Joined: Fri Mar 14, 2008 8:18 am
Location: UC Berkeley
Contact:

Post by rgrayeli »

[quote="burnningcat"]My friend, I have no problem in debugging. So maybe you should try to use the Visual studio 2008 team suit and the lastest sorce code of OpenSees.[/quote]

thank you for your response. I am using VS2008 express and do not have any problem in debugging. I can debug the main project like "opensees" but problem is, it is not stepping into the classes. perhaps there has to be some way for debugging the classes but do not know how.
Roozbeh
PhD student
GeoEngineering
UC, Berkeley
Post Reply