beremiz
Clone
Summary
Browse
Changes
Graph
fix problem with debugging external string variables
2017-04-11, Andrey Skvortsov
db05cb9e0439
file is
Executable
fix problem with debugging external string variables
Debug update stopped if external string variable added to debug
variable panel.
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>