I'd like to use BVRDE to debug my program on a 64-bit Suse-Linux System.I Build My Project. And I can Set a breakpoint,but I can't do anything with IDE when my program stoped.Breakpoint did not stop in IDE.
That's strange. I am now using BVRDE with RHEL5 64-bits and don't have that problem at all. Did your break point is in the share library code? if yes, try to start debugging first and then set the break point later.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's strange. I am now using BVRDE with RHEL5 64-bits and don't have that problem at all. Did your break point is in the share library code? if yes, try to start debugging first and then set the break point later.
Use the Views menu to enable the Debug View. This will display the GDB output. There you should be able to tell what GDB is doing (or not doing).