1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00

Fixed GDB Debugging option (broken by qb64.bas split)

idedebuginfo stopped being shared, and thus was not accessible
in the sub that drew the dialog box.
This commit is contained in:
Luke Ceddia 2014-07-23 23:09:56 +10:00
parent a39a8d2ae8
commit 83681345b2

View file

@ -237,7 +237,7 @@ DIM SHARED tempfolderindexstr2 AS STRING
IF tempfolderindex <> 1 THEN tempfolderindexstr$ = "(" + str2$(tempfolderindex) + ")": tempfolderindexstr2$ = str2$(tempfolderindex)
DIM SHARED idedebuginfo
DIM SHARED seperateargs_error
DIM SHARED seperateargs_error_message AS STRING