XCode Applescript debugger shows: "No editor"

I’m making a little Applescript program with a user interface.
Up til now things build and run well.

Now I ran into some scripting errors so now I would like to step through the Applescript code.

But when I turn on the debugger in XCode it just shows “No editor”

How do I get the debugger to step through my Applescript code?

TIA!

What version of xCode are you using?

I never could get ver. 1.5’s debugger to work. I went back to 1.2 and that works for me.

Brad Bumgarner, CTA

Thanks Brad. I’ll try that.

I tried XCode 1.0 then upgraded to 1.1 and then went to 1.5

The debugger never worked.

Where do I find 1.2 ?

I got it from the Apple Developer Connection site http://developer.apple.com/. I am a member of the ADC. It doesn’t cost anything to become a member (depending on the membership level). It can be found (the last time I looked [it’s been awhile]) in the downloads section (I think).

Brad Bumgarner, CTA

I know; I’m a member too !

Problem is that I can only download XCode 1.5
Previous versions aren’t available :frowning:

or am I missing something ?

After you log in to ADC, select “Download Software” and from there select “Developer Tools.” About half way down, just below xCode 1.5 you will find xCode 1.2.

Brad Bumgarner, CTA

Thanks, I overlooked that one.

In the meanwhile at workI hooked Xcode 1.5 up to Script Debugger, which works fine.