Jump to content

Recommended Posts

Posted
  On 3/3/2016 at 10:39 AM, asdf8 said:

How can I reproduce this error?

Expand  

Sorry it is not a problem. I'm edit my post above. It is only in case when comment block is above of #include <DBUG.au3>.

  On 3/3/2016 at 10:39 AM, asdf8 said:

This is a special case of another problem. There also includes debugging scripts using PE-resources from the compiled applications, debugging script running as a service, debug interprocess communication scripts, etc. All this can be solved by debugging compiled script. The next version will have the opportunity to add to the source code debugger, which can then compile and debug in real conditions of use.

Expand  

You are right. May be you can use the same method as I'm - stdout console.

You opinion on 3) ?

Posted
  On 3/3/2016 at 1:11 PM, pseakins said:

This example fails

Expand  

This is a serious bug in the new version it will be fixed.

  On 3/2/2016 at 2:03 PM, valdemar1977 said:

Very low on huge arrays. Not possible to select array columns range.

Expand  

Well, if the array has more than 20 columns or more than 100 rows it will request to limit the output.

  On 3/2/2016 at 2:03 PM, valdemar1977 said:

May be in future change all vars on $_DBUG_varname for excluding any future interfere with script vars?

Expand  

Ok

  On 3/3/2016 at 11:25 AM, valdemar1977 said:

By the way @asdf8 why by default you put @Error in conditional breakpoints and @Error @Extended in commands? May be they need to be clear on first start?

Expand  

Ok

  On 3/3/2016 at 1:41 PM, valdemar1977 said:

May be you can use the same method as I'm - stdout console.

Expand  

I can return to the console, but do not see how it can help in other cases (except for the debug console applications)

Posted
  On 3/3/2016 at 4:12 PM, asdf8 said:

Well, if the array has more than 20 columns or more than 100 rows it will request to limit the output.

Expand  

Hi @asdf8

Yes, it is right, but you limit array only by rows not by columns. For example if my array has 300 columns and I need to see values its not help me in this case. Also I'm found strange graphic issue with ArrayView window. Its look like a grey space at the right of spreadsheet. It is only for arrays with a number of columns more then 11 :D. Please run attached script and try to visualize $ArrayHuge. array.au3

Also I'm find that main _DBUG window is freeze on lot of time on huge (2000:2000 elements) arrays when I'm press pause. May be it is because you try to show a lot of values in main _DBUG window?

 

Posted
  On 3/4/2016 at 8:55 AM, valdemar1977 said:

Yes, it is right, but you limit array only by rows not by columns.

Expand  

This possibility implies a new version.

 

Let me, in the near future, I will lay out a new version. Then, all together, we will find new bugs and verify old.

 

Posted
  On 3/5/2016 at 6:02 PM, asdf8 said:

New version:

Dbug_2016.03.05.zip

Expand  

Good idea to have separate .INI for each script under test!

When hitting escape after debug session finished, keyboard/mouse focus does not always return to Scite editor. Ie., load Test_1.au3, hit F5, F8, F8, F5, Escape - windows has no focus.

Phil Seakins

Posted
  On 3/5/2016 at 8:55 PM, pseakins said:

When hitting escape after debug session finished, keyboard/mouse focus does not always return to Scite editor.

Expand  

There is a error. I thought it was because I use heavily modified editor.

  On 3/5/2016 at 9:03 PM, pseakins said:

I found 388 needed to be changed too.

Expand  

It will be necessary to make a debugger initialization audit.

By the way, can somebody confirm or deny my assumption - TAB-control in the AutoIt, can often lead to the freezing of the application window?

Posted (edited)

It world be wonderful if during a debug session the next debug statement in the scite source code would be always visibile - I mean that scite should automatically scroll text.

It would be very useful if coders need to debug code inside functions.

Not sure if it's possibile. Btw, many thanks and best regards

Peppe

 

P.s.: IMHO this debugger should be included in the sciteforautoit package

 

Edited by gcriaco
Posted
  On 3/7/2016 at 8:56 PM, gcriaco said:

during a debug session the next debug statement in the scite source code would be always visibile - I mean that scite should automatically scroll text.

Expand  

Sorry, I do not understand what is meant: that the default "Jump to Line with Breakpoint" button is not pressed, or that when pressed, there is no auto-scroll text in SciTe, or is it something else?

  On 3/7/2016 at 8:56 PM, gcriaco said:

It would be very useful if coders need to debug code inside functions.

Not sure if it's possibile.

Expand  

The debugger provides such an opportunity.

Posted

You're right. I didn't see the option button "Jump to line with Breakpoint".

Sorry for mistake and thanks for support and for sharing your code with the AutoIt community.

Posted (edited)
  On 3/5/2016 at 6:02 PM, asdf8 said:

New version:

  • Added the ability to create scripts with a debugger to compile.
  • Returned to debug with OEM-console.
  • Changed interface.
  • Fixed detected the errors.
  • Others improvements and additions.

Dbug_2016.03.05.zip

Expand  

Hi @asdf8.

Small bug in lines 395-397.

For $val = 1 To 25 ;enable buttons
                ControlEnable($frmDBUG, "", "[CLASS:Button;INSTANCE:" & $val & "]")
            Next

You set $val var as counter of button id and the use this counter on lines 406-407

GUICtrlSetTip($DBGListView, "Display expressions" & $val)
                GUICtrlSetTip($DBGbtnClearList, "Clear expressions list" & $val & @CRLF & @CRLF & "To disable updates expressions list," & @CRLF & 'click the button while holding down "Ctrl"')

As result wrong button and list tip in some cases.

 

Edited by valdemar1977
Posted (edited)
  On 3/6/2016 at 8:59 AM, asdf8 said:

TAB-control in the AutoIt, can often lead to the freezing of the application window

Expand  

Well, in some cases I'm has a problems with redrawing TAB area (in Windows 8.1 x64) when starting in x64-bit mode...

Edited by valdemar1977
Posted

Just for the records: This Debugger is already included in the ISN AutoIt Studio. (Tools -> Debugging -> Advanced Debugging with DBUG)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...