Page 1 of 1

Standalone PB Debugger: How to use it??

Posted: Mon Jan 30, 2006 6:18 pm
by josku_x
Hello!

I know that I can use the Standalone PB Debugger through the PB IDE only if it's already debugging a file... So I looked in the PB compilers\ folder and when I tried to run pbdebugger.exe, it said this:
Image

So, I looked in the PB help file, but there's no info on how to use the Standalone PB Debugger, there was only info on how to use the pbcompiler in the commandline....

Please help me! Thanks!

Posted: Mon Jan 30, 2006 6:21 pm
by thefool
Well you dont understand the message? "You have to specify the executable name on the commandline".. One way is to simply drag an exe file on the pbdebugger.exe

Posted: Mon Jan 30, 2006 6:22 pm
by josku_x
I did understand that, but what I don't is what exe.

EDIT: Ok, now I dragged some exe files on it and I see what it does, but how do I write/edit code in the debugger window? If I open the standalone debugger through the PB Ide, I can edit the code.