Author Topic: How to save debugging layout?  (Read 2737 times)

Offline DanRR

  • Multiple posting newcomer
  • *
  • Posts: 18
How to save debugging layout?
« on: March 16, 2009, 04:36:14 pm »
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?
 

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: How to save debugging layout?
« Reply #1 on: March 17, 2009, 01:52:54 am »
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.