ide crash

Discuss the Integrated Development Environment (IDE)

Moderators: David Barker, Jerry Messina

Post Reply
Jerry Messina
Swordfish Developer
Posts: 1469
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

ide crash

Post by Jerry Messina » Thu Feb 07, 2013 3:48 pm

FYI- I just did something stupid and it crashed the IDE when I tried to compile. I had a typo and inadvertently ended up trying to clear a module name.

Code: Select all

module mymodule

public sub init()
    clear(mymodule)        // crashes ide
end sub

end module
For some reason, the compiler didn't like that (or maybe it did exactly what I told it to do!)

Post Reply