Author Topic: Two issues when I use 16.01  (Read 3639 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Two issues when I use 16.01
« on: February 17, 2016, 02:54:17 am »
1, some times, the codecompletion tip windows is now becomes the top windows for all my applications, and I can't close it(unless I close CB)

2, some times, I click the start debugging button, but the debugger does not started correctly, I just see a single line:
Code
Active debugger config: GDB/CDB debugger:Default
In the log, and no further lines shown, so I need to reopen C::B to solve the issue.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Two issues when I use 16.01
« Reply #1 on: February 17, 2016, 09:37:49 am »
None of these happen to me.
Do you have the full debugger log enabled?
(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 ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Two issues when I use 16.01
« Reply #2 on: February 17, 2016, 01:13:24 pm »
Do you have the full debugger log enabled?
Yes, this option is on.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.