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

How to save debugging layout?

Started by DanRR, March 16, 2009, 04:36:14 PM

Previous topic - Next topic

DanRR

Hi,
I'm using CB version 8.02 on Windows.
When I debug a project, the debugger always starts with the a default layout,
even if I change the layout in a previous debug session.
How can I save the debugging layout?

ollydbg

Try to use "nightly build version" :D.
It works fine in my windows xp.
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.