Gett black screen when hovering over a variable while debugging

6 ビュー (過去 30 日間)
James Belaskie
James Belaskie 2015 年 3 月 6 日
コメント済み: James Belaskie 2015 年 3 月 6 日
Background:
I run matlab R2014b on a dell precisionM4600 with windows 7 64 bit installed, 16 GB ram using 2 external 24inch monitors.
Every time I hover over a variable in debug mode, my entire 2 screens turn black for a second.
Sometimes matlab will then hang/crash with only the outlines of the matlab windows visible.
I also run R2013b on the same machine (older Simulink application), It never happens with that version.
This is a serious detriment to debugging scripts! What are you guys doing with your tooltips?

採用された回答

Adam
Adam 2015 年 3 月 6 日
編集済み: Adam 2015 年 3 月 6 日
If it occurs when you hover over a variable whos contents extend beyond the length of the screen then yes, this is a bug in Matlab's Java interaction.
I was given the following solution by Mathworks support which may work for you if it is the same problem:
  • Run MATLAB as administrator
  • Execute " edit datatipinfo "
  • In line 45 " val = val(1:500); " , reduce number 500 to the length you want (e.g. 10)
I seem to remember 'line 45' was not quite correct, but it is close enough for you to locate the relevant line with common sense.
  1 件のコメント
James Belaskie
James Belaskie 2015 年 3 月 6 日
I think it is working so far...thanks for the quick response. regards Jim

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by