Skip to content

Commit 7f6ffff

Browse files
committed
Fix FormDebuggerException showing non-existent lines
1 parent 89ef1dc commit 7f6ffff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BasicPawn/Controls and Forms/Debugger/FormDebuggerException.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Public Class FormDebuggerException
7373
stackTrace.sFunctionName})
7474

7575
mListViewItemData.g_mData("Index") = iIndex
76-
mListViewItemData.g_mData("Line") = stackTrace.iLine
76+
mListViewItemData.g_mData("Line") = -1
7777
mListViewItemData.g_mData("RealLine") = iRealLine
7878
mListViewItemData.g_mData("File") = sFile
7979
mListViewItemData.g_mData("FunctionName") = stackTrace.sFunctionName

0 commit comments

Comments
 (0)