Author Topic: Are they bugs?  (Read 3759 times)

dim

  • Newbie
  • *
  • Posts: 12
Are they bugs?
« on: March 11, 2008, 03:06:39 AM »
Can I toggle breakpoints in a class or in a module?

At hierarchy tab the hierarchy tree does not work properly (the minus node doe not close the tree nodes).

Linux Basic

Are they bugs?
« on: March 11, 2008, 03:06:39 AM »

timothy

  • Sr. Member
  • ****
  • Posts: 319
Re: Are they bugs?
« Reply #1 on: March 12, 2008, 02:39:52 AM »

The Gambas IDE is possibly not as sophisticated as some other IDE's. You need to set some breakpoints before you run your project if you want to use breakpoints.

When your project is running, you can only toggle breakpoints in the code editor when you are at a breakpoint in the code editor. Yes this is a restriction. It does mean if you have no breakpoints you will have to stop your running and then add some.

This is not really a bug, so much as a not very sophisticated debugger.

Also the tree in the hierarchy does not collapse. Again not a bug. Just the lack of a feature.

Not sure I am really worried about either issue. I think there are more important additions that should be added to Gambas first.
42 - So long and thanks for all the fish.

dim

  • Newbie
  • *
  • Posts: 12
Re: Are they bugs?
« Reply #2 on: March 12, 2008, 06:08:59 AM »
 ok perhaps you are right, i just play with IDE and i want to help as i can that's why i mention anything i see that does not work properly.