Results 1 to 3 of 3

Thread: Crash debugger on change value variable in debugger

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2009
    Location
    Richmond, VA
    Posts
    5,854

    Default Re: Crash debugger on change value variable in debugger

    Wil,

    I reproduced this and logged it to be fixed. Also, it looks like a generic issue with the debugger - the text in the sText doesn't need to be Unicode to crash...
    Code:
    Use Windows.pkg
    
    
    Procedure Test
        String sText
        Move "Wil hat den Debugger zum Absturz gebracht" to sText
        Showln "put a break point on this line"
        Showln sText
    End_Procedure
    
    
    Send Test
    
    
    Inkey WindowIndex
    Edit: Interestingly enough, it only crashes if the string is empty. If you edit it to any other value, including Unicode text, its fine.
    Last edited by Stephen W. Meeley; 18-Nov-2019 at 05:49 PM.
    Best regards,

    -SWM-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •