<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>https://devcafe.co.kr/w/index.php?action=history&amp;feed=atom&amp;title=Autoit_debugview</id>
	<title>Autoit debugview - 편집 역사</title>
	<link rel="self" type="application/atom+xml" href="https://devcafe.co.kr/w/index.php?action=history&amp;feed=atom&amp;title=Autoit_debugview"/>
	<link rel="alternate" type="text/html" href="https://devcafe.co.kr/w/index.php?title=Autoit_debugview&amp;action=history"/>
	<updated>2026-05-19T11:03:20Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://devcafe.co.kr/w/index.php?title=Autoit_debugview&amp;diff=2072&amp;oldid=prev</id>
		<title>Devcafe: 새 문서: == Autoit debugview == &lt;source lang=autoit&gt; ; ; credits go to  ; Karsten Violka (kav@ctmagazin.de), Stefan Porteck (spo@ctmagazin.de) ; Func _DebugPrint($msg, $error = @error, $extended = @extended, $ScriptLineNumber = @ScriptLineNumber)          ; view with debug view      ; http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx          Local $out = $msg &amp; &quot;, Line:&quot; &amp; $ScriptLineNumber &amp; &quot;, Error: &quot; &amp; $error &amp; &quot; &quot; &amp; $extended      ;Output to application attaching a cons...</title>
		<link rel="alternate" type="text/html" href="https://devcafe.co.kr/w/index.php?title=Autoit_debugview&amp;diff=2072&amp;oldid=prev"/>
		<updated>2025-07-03T11:21:41Z</updated>

		<summary type="html">&lt;p&gt;새 문서: == Autoit debugview == &amp;lt;source lang=autoit&amp;gt; ; ; credits go to  ; Karsten Violka (kav@ctmagazin.de), Stefan Porteck (spo@ctmagazin.de) ; Func _DebugPrint($msg, $error = @error, $extended = @extended, $ScriptLineNumber = @ScriptLineNumber)          ; view with debug view      ; http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx          Local $out = $msg &amp;amp; &amp;quot;, Line:&amp;quot; &amp;amp; $ScriptLineNumber &amp;amp; &amp;quot;, Error: &amp;quot; &amp;amp; $error &amp;amp; &amp;quot; &amp;quot; &amp;amp; $extended      ;Output to application attaching a cons...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Autoit debugview ==&lt;br /&gt;
&amp;lt;source lang=autoit&amp;gt;&lt;br /&gt;
;&lt;br /&gt;
; credits go to &lt;br /&gt;
; Karsten Violka (kav@ctmagazin.de), Stefan Porteck (spo@ctmagazin.de)&lt;br /&gt;
;&lt;br /&gt;
Func _DebugPrint($msg, $error = @error, $extended = @extended, $ScriptLineNumber = @ScriptLineNumber)&lt;br /&gt;
    &lt;br /&gt;
    ; view with debug view &lt;br /&gt;
    ; http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx&lt;br /&gt;
    &lt;br /&gt;
    Local $out = $msg &amp;amp; &amp;quot;, Line:&amp;quot; &amp;amp; $ScriptLineNumber &amp;amp; &amp;quot;, Error: &amp;quot; &amp;amp; $error &amp;amp; &amp;quot; &amp;quot; &amp;amp; $extended&lt;br /&gt;
&lt;br /&gt;
    ;Output to application attaching a console to the script engine&lt;br /&gt;
    ConsoleWrite($out &amp;amp; @CRLF)&lt;br /&gt;
&lt;br /&gt;
    ;Output to debugger (dbgview.exe)&lt;br /&gt;
    DllCall(&amp;quot;kernel32.dll&amp;quot;, &amp;quot;none&amp;quot;, &amp;quot;OutputDebugString&amp;quot;, &amp;quot;str&amp;quot;, $out)&lt;br /&gt;
        &lt;br /&gt;
EndFunc   ;==&amp;gt;_DebugPrint&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 뷰어 다운로드 ==&lt;br /&gt;
http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx&lt;/div&gt;</summary>
		<author><name>Devcafe</name></author>
	</entry>
</feed>