Author Topic: The 09 October 2010 build (6688) DEBUGGER BRANCH version is out.  (Read 27918 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 09 October 2010 build (6688) DEBUGGER BRANCH version is out.
« Reply #15 on: October 25, 2010, 02:02:18 pm »
I guess that the paths stored in the debug info are wrong.
Please verify they are correct (I don't know how, sorry).

How are you building the CryptoPP lib?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Zadirion

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: The 09 October 2010 build (6688) DEBUGGER BRANCH version is out.
« Reply #16 on: October 25, 2010, 02:36:22 pm »
How are you building the CryptoPP lib?
The CryptoPP source files are directly included in the project. I'm not building CryptoPP as a separate library.

Quote
I guess that the paths stored in the debug info are wrong.
Please verify they are correct (I don't know how, sorry).
Well, the bummer is I don't know how either. Like you, I suspect wrong paths might be the reason this is failing.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 09 October 2010 build (6688) DEBUGGER BRANCH version is out.
« Reply #17 on: October 25, 2010, 03:01:15 pm »
Can you try different GCC and GDB (try several combinations)?
Can you give as the build log or a simple test project + sources.

I've made a little observation using variaous reports in the forum:
1. gcc 4.5.x causes problems with debugging (gdb 7.2 might work, I don't know for sure).
2. gdb works better in linux, the windows version is less stable.

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline mushakk

  • Multiple posting newcomer
  • *
  • Posts: 54
Re: The 09 October 2010 build (6688) DEBUGGER BRANCH version is out.
« Reply #18 on: November 19, 2010, 09:23:55 am »
Hi!

First say I love this branch. Are there some news?

I know maybe this is not the correct forum but I want to launch a proposal: When we add a pointer to the watches window I think will be better display the pointer address (like now) and have a + symbol to inspect the contents of the variable like if we had typed '*pointer'. This is the behavior of Visual Studio debugger that I think is more productive for the developer.

Thanks for your work and sorry about the intrusion.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 09 October 2010 build (6688) DEBUGGER BRANCH version is out.
« Reply #19 on: November 19, 2010, 10:05:48 am »
Can't be done (easily/reliably) with the current implementation.
There is a gdb/mi plugin in the works that does it already,
unfortunately I don't have much time to work on it at the moment.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline mushakk

  • Multiple posting newcomer
  • *
  • Posts: 54
Re: The 09 October 2010 build (6688) DEBUGGER BRANCH version is out.
« Reply #20 on: November 19, 2010, 10:57:38 am »
In any case, thank you very much for your work!