Changeset adc60bd in git


Ignore:
Timestamp:
Jul 20, 2015, 5:31:21 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
78845eb9986965614b936f4c4dcab0b370005cc7
Parents:
9adfe550830fac877acc4b4c42113e0346681aed
Message:
active debug mode, if a breakpoint (~) is used
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r9adfe5 radc60bd  
    6565#include <Singular/subexpr.h>
    6666#include <Singular/fevoices.h>
     67#include <Singular/sdb.h>
    6768
    6869#include <math.h>
     
    10291030void iiDebug()
    10301031{
     1032#ifdef HAVE_SDB
     1033  sdb_flags=1;
     1034#endif
    10311035  Print("\n-- break point in %s --\n",VoiceName());
    10321036  if (iiDebugMarker) VoiceBackTrack();
Note: See TracChangeset for help on using the changeset viewer.