B4J Question B4J debugging on same Windows PC where B4J is running

dxptech

Member
Licensed User
Longtime User
How do you run the B4J debugger on the same PC where B4J IDE is running? The B4J IDE shows the Debug menu item not selectable and I see "Waiting for debugger to connect..."
Do I have to run the B4J-bridge.jar on my machine first? (I tried that by creating a .bat file with "java -jar b4j-bridge.jar" in it but that didn't bring up B4J Bridge), and have searched the docs and can't find anything on how to setup the debugger for B4J on a PC. I have no problem using the B4A Bridge with my android but can't figure out how the B4J debugger is setup.
thanks
 

dxptech

Member
Licensed User
Longtime User
OK, this was my first time to try B4j and I implemented a button click incorrectly and didn't get a breakpoint in the click sub and thought it was the debugger that wasn't installed right. Sorry.
 
Upvote 0
Top