I am running PB4.1
I had 2 apps running and both were using debugger...
Now I cannot see it under any PB app out of the PB IDE???
Weird!

I just tried reinstalling PB... no... it is still hidden. Perhaps it is OFF screen???
Code: Select all
DebugWindowX = 938
DebugWindowY = 22
DebugWindowWidth = 300
DebugWindowHeight = 300
Code: Select all
;
[Debugger]
DebuggerMode = 1
KeepErrorMarks = 1
MemorizeWindows = 1
IsDebuggerMaximized = 0
StayOnTop = 1
AutoBringToTop = 0
CallOnStart = 0
CallOnEnd = 0
LogTimeStamp = 1
ErrorLogHeight = 62
KillOnError = 0
AutoClearLog = 0
DebugTimeStamp = 0
DebugIsHex = 0
DebugSystemMessages = 0
DebugOutputToErrorLog = 0
DebugWindowX = 1
DebugWindowY = 1
DebugWindowWidth = 300
DebugWindowHeight = 300
RegisterIsHex = 0
StackIsHex = 0
AutoStackUpdate = 1
AsmWindowX = 50
AsmWindowY = 50
AsmWindowWidth = 370
AsmWindowHeight = 370
MemoryDisplayType = 0
MemoryIsHex = 0
MemoryOneColumnOnly = 0
MemoryViewerX = 50
MemoryViewerY = 50
MemoryViewerWidth = 600
MemoryViewerHeight = 300
VariableIsHex = 0
VariableWindowX = 100
VariableWindowY = 100
VariableWindowWidth = 600
VariableWindowHeight = 400
HistoryWindowX = 80
HistoryWindowY = 80
HistoryWindowWidth = 500
HistoryWindowHeight = 500
WatchListWindowX = 0
WatchListWindowY = 0
WatchListWindowWidth = 109
WatchListWindowHeight = 0
LibraryViewerX = 20
LibraryViewerY = 20
LibraryViewerWidth = 600
LibraryViewerHeight = 440
LibraryViewerSplitter1 = 0
LibraryViewerSplitter2 = 300
IsMiniDebugger = 0
DebuggerMainWindowX = 80
DebuggerMainWindowY = 80
DebuggerMainWindowWidth = 600
DebuggerMainWindowHeight = 500
AutoOpenDebugOutput = 0
AutoOpenAsmWindow = 0
AutoOpenMemoryViewer = 0
AutoOpenVariableViewer = 0
AutoOpenHistory = 0
AutoOpenWatchlist = 0
AutoOpenLibraryViewer = 0