Jump to content

Change Debugging To Console.


Recommended Posts

HI

How can I make SciTE editer add Debug to Console like this

ConsoleWrite('@@ Debug('&@ScriptLineNumber&') : bla bla' & @lf & '>Error code: ' & @error & @lf)

instead of this

ConsoleWrite('@@ Debug(305) : bla bla' & @lf & '>Error code: ' & @error & @lf)

?

I looked under au3.properties but I could't do it.

thanks

RK

Edited by rbhkamal

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

  • Developers

HI

How can I make SciTE editer add Debug to Console like this

ConsoleWrite('@@ Debug('&@ScriptLineNumber&') : bla bla' & @lf & '>Error code: ' & @error & @lf)

instead of this

ConsoleWrite('@@ Debug(305) : bla bla' & @lf & '>Error code: ' & @error & @lf)

?

I looked under au3.properties but I could't do it.

thanks

RK

Line 567 and following lines in AutoIt3.lua ....

:)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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