Discussion Board

Results 1 to 1 of 1
  1. #1
    Registered User Atlant's Avatar
    Join Date
    Oct 2008
    Posts
    1
    The Carbide.C++ debugger seems to promise "scripting" so that
    I can define some sort of automatic actions to be taken when
    breakpoints are hit.

    And I see that certain trivial things are there:

    • Skip one or more source statements
    • Play a .WAV file
    • Write something to the log
    • Auto-resume after a fixed time delay


    But I'd like to do something more along the lines of:

    Code:
      on breakpoint_x
        {
          if (variable==some_interesting_value)
            variable=some_other_value;
          resume;
        }
    Can THAT be done?

    Is that capability perhaps hiding in this fifth possibility
    for a breakpoint action:

    • Run an external program


    Am I missing the forest for the trees?

    And, of course, is any of this stuff actually documented
    anywhere (and if so, where)?

    Atlant
    Last edited by Atlant; 2008-10-27 at 19:03. Reason: +More HTML markup

Similar Threads

  1. breakpoints disabled when running debugger.
    By nawkboy in forum Symbian C++
    Replies: 4
    Last Post: 2012-05-31, 10:45
  2. Problems with the S60 3rd Emulator and NB5.0 Debugger
    By femia in forum Mobile Java Tools & SDKs
    Replies: 2
    Last Post: 2007-05-22, 16:31
  3. Problems with Carbide Debugger
    By Ishibo San in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 2
    Last Post: 2006-06-27, 07:27
  4. Bubble sort a list of linked objects!
    By hclemson in forum Symbian C++
    Replies: 2
    Last Post: 2005-05-15, 13:39
  5. breakpoints disabled when running debugger
    By nawkboy in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2003-02-20, 03:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved