Standalone PB Debugger: How to use it??

Everything else that doesn't fall into one of the other PB categories.
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Standalone PB Debugger: How to use it??

Post 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!
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post 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
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post 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.
Post Reply