> On 12 Jul 2017, at 08:42, Marcus Denker <marcus.den...@inria.fr> wrote:
> 
> 
>> On 12 Jul 2017, at 08:35, K K Subbu <kksubbu...@gmail.com> wrote:
>> 
>> On Wednesday 12 July 2017 08:33 AM, horrido wrote:
>>> But for the life of me, I can't figure out how to create new classes for my
>>> application from within the Debugger. Must I create new classes using the
>>> System Browser first before I can continue adding new methods from within
>>> the Debugger? What's the recommended procedure for all this?
>> 
> 
> If you add a global variable that does not exist and save the method, you 
> should get
> a dialog like this, with “Define new class” as the first option:
> 
> <Untitled.jpg>

Yes, that is it.

From a Playground/Workspace this does not work, but I vaguely remember that it 
used to, no ?

Then you could start by just pretending your class existed:

MyClass new doSomething. <doit>

First dialog should be MyClass does not exist, do you want to create it ?

Once created, restart and DNU for #doSomething and option to create a new 
method.


Reply via email to