~ubuntu-branches/ubuntu/precise/kdewebdev-kde4/precise

« back to all changes in this revision

Viewing changes to kxsldbg/kxsldbgpart/libxsldbg/debugXSL.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas, Richard Birnie, Jonathan Thomas
  • Date: 2008-11-26 19:53:39 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081126195339-ngaj5wb31dgthwjh
Tags: 4:4.1.80-0ubuntu1
[ Richard Birnie ]
* New upstream release:
  - Updated build-deps kdelibs5-dev, kdepimlibs5-dev, cmake

[ Jonathan Thomas ]
* Created debian/not-installed, added the kommander headers we don't install
  to it

Show diffs side-by-side

added added

removed removed

Lines of Context:
1227
1227
                xslDebugStatus = DEBUG_STEP;
1228
1228
                exitShell++;
1229
1229
                cmdResult = 1;
1230
 
                /* Do the the next part of this command
 
1230
                /* Do the next part of this command
1231
1231
                   which is the up command */
1232
1232
                nextCommandActive = 1;
1233
1233
             break;
1493
1493
 
1494
1494
            case DEBUG_LOCALS_CMD:
1495
1495
                if (loadedFiles == 0)
1496
 
                    /* if gdb compatability mode is enable print the globals then 
 
1496
                    /* if gdb compatibility mode is enable print the globals then 
1497
1497
                     * the locals */
1498
1498
                    if (optionsGetIntOption(OPTIONS_GDB) == 1) {
1499
1499
                        cmdResult =