Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1078 by v.blonde...(a)gmail.com: Syntax error do not raise when
debugging
http://code.google.com/p/moose-technology/issues/detail?id=1078
Describe the problem: what do you get? what do you expect?
When I change a method in the GTDebugger with a syntax error, the save
action is allowed (the orange corner vanishes but the code is not saved...)
and the debugger goes to the top of the stack, but no error message is
risen.
I expect to have a message or at least not the ability to save
How to reproduce the problem: step by step if necessary
Execute: Object sorted
You should have a DNU.
Remove receiver: self in the Object>>doesNotUnderstand: method, now the
method contains a syntax error (; followed of .)
Save
Additional information: platform, context which may impact the problem
W7 - Moose latest
Please fill in the labels with the following information:
* Type-Defect
* Component-GTDebugger
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
>Just to avoid going in the tool issue again. Could you reproduce this problem on a plain Pharo3 + Roassal image?
>Then we can announce the image on the Pharo mailing list and see if we can get help.
In a 30851, with the 355 vm (Mavericks), opened a workspace,
Gofer new smalltalkhubUser: 'ObjectProfile'
project: 'Roassal2';
package: 'ConfigurationOfRoassal2';
load.
(Smalltalk at: #ConfigurationOfRoassal2) load
loaded an old version of Roassal2
If I open RoassalExamples in the world menu, I get a red window.
Opening the settings, unselecting and reselecting FreeType
doesn't help.
Setting the standard font to Helvetica Neue and using that as default font for
everything makes Roassal2 work.
Stephan
Hi!
I’ve seen quite some discussion about the GTDebugger. I’ve just downloaded the last moose, and I am heavily facing that problem. The debugger cannot be used :-(
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
And once we start looking to details:
- The blue rectangle indicating the focus is on the stack list, and its surrounding tab
have an incorrect size, the right side is cut off.