1
votes

When I try to debug a dart application on Linux Mint 17 using Dart Editor 1.8.5.release (STABLE) with Dart SDK version 1.8.5, it shows me the message "Source not Available for ". This occurs for any brake-point set inside a library.

I tested the same in windows and it works correctly.

How can I solve the problem?

1
I think you should create a bug report at dartbug.com - Günter Zöchbauer
I get this too. It happens whenever the code steps into some native VM code. I usually just click "step" a couple of times, and then you get back into the source code. - Greg Lowe
@GünterZöchbauer: Günter, don't you think that this is possible an user problem? I deleted similar question because you was very nervous in the comments and you don't believe in the eternal problems with Dart - mezoni
I have the same problem since the first date when Dart Editor 1.8.5.release (STABLE) was released. I did not create the issue because the developers will not make corrections in version 1.8.5, because soon will available the next version (1.9.0). Unfortunately, I'm sure that it (the new release 1.9.0) will contain already the other problems. - mezoni

1 Answers

2
votes

Unfortunately, you cannot solve this problem. At least without the choosing the other version of the Dart Editor to use.
This is a bug and other people also have the same problem.