User forums > Nightly builds

The 27 November 2010 build (6863) DEBUGGER BRANCH version is out.

<< < (4/6) > >>

oBFusCATed:

--- Quote from: killerbot on November 30, 2010, 01:20:29 pm ---what about grouping all the debug related ones in a submenu Debug in the right click context menu (toggle breakpoint , run to cursor,  set next statement) ?

--- End quote ---
No :) this will make them harder to use...


--- Quote from: Pecan on November 30, 2010, 02:33:45 pm ---Could we hide the remote console on MSW with something like the following:

--- End quote ---
Does stopping the debuggee works if the console is hidden? If it works I have nothing against it :)


--- Quote from: Pecan on November 30, 2010, 02:44:47 pm ---"Step Into" is enabled, runs the debugger but does not break the program.

Why is "Step Into" enabled before running the debugger?

--- End quote ---
Debug log please...

cbexaminr:
[deleted]

Pecan:

--- Quote from: Pecan on November 30, 2010, 02:33:45 pm ---Could we hide the remote console on MSW with something like the following:

--- End quote ---

--- Quote ---Does stopping the debuggee works if the console is hidden? If it works I have nothing against it :)

--- End quote ---
Yep, the double bar on the debugger tool bar breaks just fine with the patch.


--- Quote from: Pecan on November 30, 2010, 02:44:47 pm ---"Step Into" is enabled, runs the debugger but does not break the program.

Why is "Step Into" enabled before running the debugger?

--- End quote ---

--- Quote ---Debug log please...

--- End quote ---
This log is from a MSW simple wxWidgets Hello world, a rebuild, then a hit on the "Step Into" button.

Debugger log

--- Code: ---Building to ensure sources are up-to-date
Selecting target:
Debug
Adding source dir: C:\temp\Test\
Adding source dir: C:\temp\Test\
Adding file: .\debug\Test.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb (GDB) 7.0
Child process PID: 4520

--- End code ---

Debugger debug log

--- Code: ---PATH=.;C:\Usr\Proj\wxWidgets2810\lib\gcc_lib;C:\Usr\mingw431\bin;C:\Usr\Proj\ImageCraft\ImageCraft_ARM\trunk\src\output;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Dell\Dell Wireless WLAN Card;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\usr\bin;C:\Program Files (x86)\CollabNet Subversion;C:\Program Files (x86)\TortoiseSVN\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Common Files\Adobe\AGL
Command-line: C:\Usr\mingw431\bin\gdb.exe -nx -fullname  -quiet -args ./debug/Test.exe
Working dir : C:\temp\Test\
> set prompt >>>>>>cb_gdb:
Reading symbols from C:\temp\Test/./debug/Test.exe...done.
(gdb) >>>>>>cb_gdb:
> show version
GNU gdb (GDB) 7.0
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
>>>>>>cb_gdb:
> set confirm off
>>>>>>cb_gdb:
> set width 0
>>>>>>cb_gdb:
> set height 0
>>>>>>cb_gdb:
> set breakpoint pending on
>>>>>>cb_gdb:
> set print asm-demangle on
>>>>>>cb_gdb:
> set unwindonsignal on
>>>>>>cb_gdb:
> set print elements -1
>>>>>>cb_gdb:
> set debugevents on
>>>>>>cb_gdb:
> set disassembly-flavor att
>>>>>>cb_gdb:
> source c:\Usr\Proj\cbDebug\trunk\src\output\share\codeblocks/scripts/stl-views-1.0.3.gdb
>>>>>>cb_gdb:
> directory C:/temp/Test/
>>>>>>cb_gdb:
> run
gdb: windows_init_thread_list
[New Thread 4768.0x2dc]


--- End code ---

oBFusCATed:
Pecan: Thanks this is a regression caused by the 17.7 patch. I'll look into it.

oBFusCATed:
BTW: Can someone try to reproduce this bug:

1. Start debugger
2. Break on some breakpoint
3. Show and dock the watches window
4. Select something in the editor
5. Drag and drop the selection in to the empty item at the bottom of the watches window

The result is that the drag'n'drop operation is cut not copy and the selected text is deleted from the editor.
I've successfully reproduced this bug on two linux machines:
1. gentoo amd64 unstable (gcc 4.4.5 + wxGTK 2.8.11)
2. fedora 8 amd64 inside vmware player (this machine was given to me and I don't know how updated it is)

--- Code: ---[root@localhost ~]# rpm -qa | grep wx
wxGTK-2.8.9-1.fc8
wxGTK-gl-2.8.9-1.fc8
wxGTK-devel-2.8.9-1.fc8
wxBase-2.8.9-1.fc8

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:18:33 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# cat /etc/redhat-release
Fedora release 8 (Werewolf)

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version