[Cs-dev] Draft2 of release notes for 6.03
Date | 2014-04-24 17:17 |
From | jpff@cs.bath.ac.uk |
Subject | [Cs-dev] Draft2 of release notes for 6.03 |
Attachments | None |
Date | 2014-04-29 21:48 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Draft2 of release notes for 6.03 |
Attachments | None None |
Hi, Tow comments:void csoundDebuggerInit (CSOUND *csound) void csoundDebuggerClean (CSOUND *csound) void csoundSetInstrumentBreakpoint (CSOUND *csound, MYFLT instr, int skip) void csoundRemoveInstrumentBreakpoi nt (CSOUND *csound, MYFLT instr) void csoundClearBreakpoints (CSOUND *csound) void csoundSetBreakpointCallback (CSOUND *csound, breakpoint_cb_t bkpt_cb, void *userdata) void csoundDebugContinue (CSOUND *csound) void csoundDebugStop (CSOUND *csound) debug_instr_t *csoundDebugGetInstrInstances(CSOUND *csound); void csoundDebugFreeInstrInstances(CSOUND *csound, debug_instr_t *instr); debug_variable_t *csoundDebugGetVariables(CSOUND *csound, debug_instr_t *instr); void csoundDebugFreeVariables(CSOUND *csound, debug_variable_t *varHead);
Cheers, Andrés On Thu, Apr 24, 2014 at 9:17 AM, <jpff@cs.bath.ac.uk> wrote:
|