Gett black screen when hovering over a variable while debugging

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일

2 개 추천

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

I think it is working so far...thanks for the quick response. regards Jim

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

2015년 3월 6일

댓글:

2015년 3월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by