Debugging

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Raf
Posts: 78
Joined: 31 Jul 2024 15:34

Debugging

Post by Raf »

how do I debug scripts? how do I set stop points? Manually writing step in different lines is inconvenient. is there a debugger like Jetbrains/DevTools?

highend
Posts: 14121
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Debugging

Post by highend »

A ? in front of a command does the same (only for that command!).

Apart from that: sysdebug and https://docs.microsoft.com/en-us/sysint ... /debugview
One of my scripts helped you out? Please donate via Paypal

altoclef
Posts: 71
Joined: 12 Oct 2012 18:54

Re: Debugging

Post by altoclef »

highend wrote: 23 Jan 2025 21:19 Apart from that: sysdebug and https://docs.microsoft.com/en-us/sysint ... /debugview
To help anyone else who comes to this thread and, like me, doesn't immediately notice highend's correct and helpful formatting, sysdebug is an XY script command, for which details can be found on the Undocumented script commands thread.

Raf
Posts: 78
Joined: 31 Jul 2024 15:34

Re: Debugging

Post by Raf »

altoclef wrote: 24 Feb 2025 12:47
highend wrote: 23 Jan 2025 21:19 Apart from that: sysdebug and https://docs.microsoft.com/en-us/sysint ... /debugview
To help anyone else who comes to this thread and, like me, doesn't immediately notice highend's correct and helpful formatting, sysdebug is an XY script command, for which details can be found on the Undocumented script commands thread.
Thanks! It remains to find the same way to debug Autohotkey without using the DBGp plugin for notepad++

Post Reply