Author Topic: (GDB integration) Wrong console window size.  (Read 4203 times)

Mario Figueiredo

  • Community Member
  • Posts: 10
  • Hero Points: 0
(GDB integration) Wrong console window size.
« on: June 25, 2007, 01:58:53 PM »
My curses based console application does a few preliminaries tests at main() level.

One of these tests checks for the console window size and exits if the console height is less than 25 lines.

- This check fails when debugging from within slickedit under slickedit own GDB 6.6 version and MinGW's configured GDB 6.6.
- It doesn't fail when debugging from within slickedit with MinGW's configured GDB 6.3.2
- It doesn't fail when debugging with any of these debuggers from outside slickedit on the command line.

I can't seem to find a fix on my own. What is strange is that the console window has indeed a valid size. When I comment the check to allow the application to execute, the console window fired by slickedit during the debug process is indeed of a correct size (25 lines).