Page 1 of 1

Debugger window on TASKBAR but not visible

Posted: Sun Dec 02, 2007 7:41 am
by Rook Zimbabwe
I cannot get the debugger window to show its face... It shows up on the taskbar like it is running. I have it clicked to run. I cannot restor or maximize it.

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???

Posted: Sun Dec 02, 2007 9:58 am
by Berikco
it could be offscreen, check the purebasic.prefs

Code: Select all

DebugWindowX = 938
DebugWindowY = 22
DebugWindowWidth = 300
DebugWindowHeight = 300

Posted: Sun Dec 02, 2007 3:49 pm
by Rook Zimbabwe
Nope it is not offscreen:

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
:?:

Maybe the debugger itself is refusing to run?

Posted: Sun Dec 02, 2007 4:31 pm
by Trond
Try to rename the preferences file and see what happens (by the way, if you upgraded from an old version to 4.10 then the file in the PB dir is NOT the correct one, it's the one in Documents and Settings).

Posted: Mon Dec 03, 2007 6:35 pm
by Rook Zimbabwe
Ye Gods!!!
Debug window X was 12987
Y was 247567

No wonder I couldn't see them

width was 1248
height was 0

Thanks TROND!!!

But you can believe I never set the numbers to that! 8)