Paulo

Results 4 issues of Paulo

I'm developing a debugger for matlab code using octave. I'm using your language extension, and it I'm wondering about a couple of things. Do you mark comments as comments? It...

Currently, octave doesn't support setting breakpoints in classdefs using line numbers. Bug here https://savannah.gnu.org/bugs/?46451

It seems the properties access modifiers, private, protected, public, are also applied in debugging mode. This prevents the debugger from inspecting the value of those properties depending on scope.

![ss0](https://cloud.githubusercontent.com/assets/6506378/3485995/b6af2e1c-0415-11e4-9279-57a6dcf4a5ce.png) ![ss1](https://cloud.githubusercontent.com/assets/6506378/3485996/b6af4a6e-0415-11e4-8cd4-61809b2a6882.png) ![ss2](https://cloud.githubusercontent.com/assets/6506378/3485997/b6b69dd2-0415-11e4-86a8-b017cd489915.png) Are these not solutions to this problem? Can anyone tell me how come these lines are not tangent to the circle at point B?