Hi;
I just did implement a new nDMaterial and trying to debug the created code just simply by adding couple of breakpoints. but unfortunately it seems debugger keep jumping over all breakpoints and going to the end of tcl script and the thing is I'm not getting any error at all. would you please let me know what probably is wrong here?
Roozbeh
UC Berkeley, PhD student.
Can not Debug the source code?
Moderators: silvia, selimgunay, Moderators
Can not Debug the source code?
Roozbeh
PhD student
GeoEngineering
UC, Berkeley
PhD student
GeoEngineering
UC, Berkeley
Re: Can not Debug the source code?
did you try putting a few output statments in the code to see if those breakpoints are being reached, i.e. opserr << "GOT HERE\n";
Re: Can not Debug the source code?
thank you frank I could fix that ...
Roozbeh
PhD student
GeoEngineering
UC, Berkeley
PhD student
GeoEngineering
UC, Berkeley
Re: Can not Debug the source code?
I had exactly the same problem, thanks