News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Two issues when I use 16.01

Started by ollydbg, February 17, 2016, 02:54:17 AM

Previous topic - Next topic

ollydbg

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:
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.

oBFusCATed

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!]

ollydbg

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.