This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
PTR-DBG/lab-dbg/component.scvd

13 lines
725 B
Plaintext
Raw Permalink Normal View History

2024-03-04 11:49:28 +00:00
<?xml version="1.0" encoding="utf-8"?>
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
<component name="MyExample" version="1.0.0"/>
<events>
<group name="My Events Group">
2024-03-04 14:41:13 +00:00
<component name="MyApp" brief="Flag" no="0x00" info=" Pop up Info fun"/>
<component name="MyApp" brief="Factorial" no="0x01" info=" Pop up Info fun"/>
2024-03-04 11:49:28 +00:00
</group>
2024-03-04 14:41:13 +00:00
<event id="0x000" level="Detail" property="Flag: " value="=%t[val1]" info="Detail of flag" />
<event id="0x100" level="Detail" property="Factorial: " value="=%t[val1]" info="Result of factorial" />
2024-03-04 11:49:28 +00:00
</events>
</component_viewer>