source: git/Singular/sdb.h @ 416465

spielwiese
Last change on this file since 416465 was 416465, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* bug-fixes from work with Thomas git-svn-id: file:///usr/local/Singular/svn/trunk@3826 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 549 bytes
Line 
1#ifndef SDB_H
2#define SDB_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: sdb.h,v 1.6 1999-11-15 17:20:46 obachman Exp $ */
7/*
8* ABSTRACT: Singular debugger
9*/
10
11#include "febase.h"
12#include "structs.h"
13
14extern int    sdb_lines[];
15extern char * sdb_files[];
16extern int    sdb_flags;
17
18void sdb_edit(procinfo *pi);
19void sdb_show_bp();
20BOOLEAN sdb_set_breakpoint(const char *p, int lineno=0);
21void sdb(Voice * currentVoice, const char * currLine, int len);
22#endif
23
Note: See TracBrowser for help on using the repository browser.