User forums > Nightly builds
The 09 October 2010 build (6688) DEBUGGER BRANCH version is out.
oBFusCATed:
--- Quote from: Loaden on October 13, 2010, 10:35:30 am ---about "added tooltips to the watches window", The look is always the value of the information displayed?
Can be displayed info of the columns?
--- End quote ---
I think the tooltips weren't enabled on windows. Morten, I'm right?
--- Quote from: Loaden on October 13, 2010, 10:53:08 am ---If there exist some watchs, will lead restart debug failed.
see the video demo:http://portablecb.googlecode.com/files/aaa.swf
--- End quote ---
:) ... this is known problem...
Probably I should disable editing the value of watches which use script evaluators (wxString for example).
From the video it looks like you're using python enabled gdb?
Does the command for setting the value of std::string works?
Loaden:
--- Quote from: oBFusCATed on October 13, 2010, 12:40:30 pm ---
--- Quote from: Loaden on October 13, 2010, 10:35:30 am ---about "added tooltips to the watches window", The look is always the value of the information displayed?
Can be displayed info of the columns?
--- End quote ---
I think the tooltips weren't enabled on windows. Morten, I'm right?
--- Quote from: Loaden on October 13, 2010, 10:53:08 am ---If there exist some watchs, will lead restart debug failed.
see the video demo:http://portablecb.googlecode.com/files/aaa.swf
--- End quote ---
:) ... this is known problem...
Probably I should disable editing the value of watches which use script evaluators (wxString for example).
From the video it looks like you're using python enabled gdb?
Does the command for setting the value of std::string works?
--- End quote ---
Yes, I am use python support.
I can't change std::string value too.
oBFusCATed:
I was asking if you can change the std::string value with raw gdb commands, not from the GUI.
Loaden:
--- Quote from: oBFusCATed on October 13, 2010, 01:58:28 pm ---I was asking if you can change the std::string value with raw gdb commands, not from the GUI.
--- End quote ---
--- Quote ---> p wxStr
$1 = "wxString Value Ref"
> p wxStr=L"Unicode String can be changed!"
$2 = "Unicode String can be changed!"
> p wxStr
$3 = "Unicode String can be changed!"
> p stdStr
$4 = "std::string value Ref"
> p stdStr=L"test"
$5 = ""
> p stdStr="test 2"
$6 = ""
--- End quote ---
ollydbg:
--- Quote from: Loaden on October 13, 2010, 02:29:28 pm ---
--- Quote from: oBFusCATed on October 13, 2010, 01:58:28 pm ---I was asking if you can change the std::string value with raw gdb commands, not from the GUI.
--- End quote ---
--- Quote ---> p wxStr
$1 = "wxString Value Ref"
> p wxStr=L"Unicode String can be changed!"
$2 = "Unicode String can be changed!"
> p wxStr
$3 = "Unicode String can be changed!"
> p stdStr
$4 = "std::string value Ref"
> p stdStr=L"test"
$5 = ""
> p stdStr="test 2"
$6 = ""
--- End quote ---
--- End quote ---
Good.
it seems we can change the string value from the command line.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version