How to create debug (cmd) window for compiled GUI?

2 ビュー (過去 30 日間)
Mark Golberg
Mark Golberg 2020 年 11 月 26 日
回答済み: Mark Golberg 2020 年 12 月 8 日
Hello,
I can complile my GUI in 2 ways:
1) via code:
mcc -m my_main_m-file_name
2) via Deploy Tool
deploytool
I understand that essentially it's more or less the same thing, but my preference is to use the Deploy Tool.
BUT,
I've noticed, that when created with
mcc
code, when I open my exe file, there is also a black cmd-like window which is being opened, where I can read error messages (as if I'm running the GUI from MATLAB).
Question is -
how can I force such "cmd-like-debug-window" to be openned also when I'm compling through Deploy Tool?
P.S - I'm using MATLAB 2017a
THANKS !

採用された回答

Mark Golberg
Mark Golberg 2020 年 12 月 8 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by