Skip to content

Commit 85ed377

Browse files
committed
Working on multi-OS compatibility
1 parent e673b04 commit 85ed377

18 files changed

Lines changed: 55 additions & 31 deletions

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
The UIHTML Debugger is a non-intrusive toolkit designed to bridge the gap between MATLAB and JavaScript development. It provides two essential tools to streamline web-based UI development within MATLAB:
88

99
1. **Console Error Rerouter**: Forwards console.log, warn, and error messages directly to the MATLAB Command Window.
10-
2. **UIHTML DevTools**: Injects Eruda—a full-featured mobile-style console—directly into your UI for deep inspection without leaving the MATLAB environment.
10+
1. **UIHTML DevTools**: Injects Eruda—a full-featured mobile-style console—directly into your UI for deep inspection without leaving the MATLAB environment.
11+
12+
---
13+
14+
## Requirements
15+
16+
* **MATLAB R2023a** or later.
17+
* **Base MATLAB** (no additional toolboxes required).
1118

1219
---
1320

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info Name="Toolbox Image File" ReadOnly="WRITABLE"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="Deployment_ToolboxImageFile_e879122a-6b93-4d3b-9a10-49a600882ccb" type="Label"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info Name="App Gallery File" ReadOnly="WRITABLE"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="Deployment_ToolboxAppGalleryFiles_e879122a-6b93-4d3b-9a10-49a600882ccb" type="Label"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info Name="Getting Started Guide" ReadOnly="WRITABLE"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="Deployment_GettingStartedGuideFile_e879122a-6b93-4d3b-9a10-49a600882ccb" type="Label"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info DataType="None" Name="Toolbox - Toolbox1 (1)" ReadOnly="0" SingleValued="0"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="Deployment_Category_e879122a-6b93-4d3b-9a10-49a600882ccb" type="Category"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Info configMapData="{&quot;uihtml-dubugger&quot;:&quot;MathWorksDeploymentConfig{3b515abd-47e6-464e-adf2-ddaf8b81973e}&quot;}"/>
2+
<Info configMapData="{&quot;uihtml-dubugger&quot;:&quot;MathWorksDeploymentConfig{3b515abd-47e6-464e-adf2-ddaf8b81973e}&quot;,&quot;uihtml_debugger&quot;:&quot;MathWorksDeploymentConfig{21b24f2e-5ece-47b0-a968-d291eb125bc4}&quot;}"/>

0 commit comments

Comments
 (0)