We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ef1dc commit 7f6ffffCopy full SHA for 7f6ffff
BasicPawn/Controls and Forms/Debugger/FormDebuggerException.vb
@@ -73,7 +73,7 @@ Public Class FormDebuggerException
73
stackTrace.sFunctionName})
74
75
mListViewItemData.g_mData("Index") = iIndex
76
- mListViewItemData.g_mData("Line") = stackTrace.iLine
+ mListViewItemData.g_mData("Line") = -1
77
mListViewItemData.g_mData("RealLine") = iRealLine
78
mListViewItemData.g_mData("File") = sFile
79
mListViewItemData.g_mData("FunctionName") = stackTrace.sFunctionName
0 commit comments