Opened 16 years ago
Closed 16 years ago
#1473 closed Bug (Completed)
Debug.au3, _DebugReportVar(), Line format, Scite support?
| Reported by: | anonymous | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.5.5 | Component: | Standard UDFs |
| Version: | 3.3.5.4 | Severity: | None |
| Keywords: | Debug.au3 _DebugReportVar | Cc: |
Description
Debug.au3
Line 286
Local $sData = "@@ Debug(" & $ScriptLineNumber & "): " & __Debug_DataType($vVar) & " -> " & $varName
Think that should be ... To make the printed line in scite a active code link. (added space at ") : ")
Local $sData = "@@ Debug(" & $ScriptLineNumber & ") : " & __Debug_DataType($vVar) & " -> " & $varName
Attachments (0)
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
In fact there is not a really bug. Just the reporter want to use the info in the edit control inside Scite so an extra blank help
comment:3 by , 16 years ago
not really a bug
The line formatting suggests it was intended to make use of scite code-linkback feature in the output pane in my mind.
If thats the case, it somewhat classifies as a bug to me. (Trivial, but unintentional behavior none the less)
If is was the result of two coders, one(UDF creator) copying the format from a other(Scite minded) source, than the bug part it a open issue and can it be considered more a request I guess.
comment:4 by , 16 years ago
| Milestone: | → 3.3.5.5 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [5716] in version: 3.3.5.5

Anyone see a problem with making the change suggested? I'm not familiar with the function myself.