IDE crashes reproduceably
Posted: Tue Feb 02, 2021 8:18 pm
Hi there
Here's a bug to report: you can crash the Windows IDE 8.0 by doing the following:
Copy the followng line into your clipboard:
xmlns:s="http://schemas.xmlsoap.org/soap/envelope"
In a script file, write:
and add the clipboard --> CRASH!
Another way to do it: write
add the clipboard, set the cursor after the equal sign and add a double quote --> CRASH!
Here's a bug to report: you can crash the Windows IDE 8.0 by doing the following:
Copy the followng line into your clipboard:
xmlns:s="http://schemas.xmlsoap.org/soap/envelope"
In a script file, write:
Code: Select all
Local test$ = "Another way to do it: write
Code: Select all
Local test$ =