Run from Top Bug?

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
fightcancer
Macro Veteran
Posts: 241
Joined: Fri Apr 15, 2005 8:32 am

Run from Top Bug?

Post by fightcancer » Wed Sep 18, 2024 2:37 pm

Code: Select all

MessageModal>1
Dialog>Dialog1
object Dialog1: TForm
  Left = 247
  Top = 97
  HelpContext = 5000
  BorderIcons = [biSystemMenu]
  Caption = 'CustomDialog'
  ClientHeight = 211
  ClientWidth = 476
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  ShowHint = True
  OnTaskBar = False
  PixelsPerInch = 96
  TextHeight = 13
end
EndDialog>Dialog1
MessageModal>2
MessageModal>3
If the cursor is anywhere after the first line, then "Run from Top" doesn't work and the debugger runs from the current line where the cursor is.

User avatar
Marcus Tettmar
Site Admin
Posts: 7386
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: Run from Top Bug?

Post by Marcus Tettmar » Fri Sep 20, 2024 9:45 am

I can't replicate. Same macro, run from top always runs from top, no matter which line I have selected.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

fightcancer
Macro Veteran
Posts: 241
Joined: Fri Apr 15, 2005 8:32 am

Re: Run from Top Bug?

Post by fightcancer » Fri Sep 20, 2024 7:38 pm

Marcus Tettmar wrote:
Fri Sep 20, 2024 9:45 am
I can't replicate. Same macro, run from top always runs from top, no matter which line I have selected.
Huh.... I can duplicate this issue 100% of the time in 15.0.25 and 15.0.24. Any suggestions?

Anyone else have this issue?

User avatar
Grovkillen
Automation Wizard
Posts: 1081
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

Re: Run from Top Bug?

Post by Grovkillen » Fri Sep 20, 2024 7:59 pm

Yeah, I'm with Marcus on this one... cannot duplicate the problem on my machine.
Let>ME=%Script%

Running: 15.0.25
version history

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts