Debugger window on TASKBAR but not visible

Working on new editor enhancements?
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Debugger window on TASKBAR but not visible

Post 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???
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

it could be offscreen, check the purebasic.prefs

Code: Select all

DebugWindowX = 938
DebugWindowY = 22
DebugWindowWidth = 300
DebugWindowHeight = 300
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post 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?
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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).
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post 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)
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Post Reply