B4J Question Beta #7 : Is debugger broken?

jmon

Well-Known Member
Licensed User
Longtime User
Hi

I can't do something in the Beta #7.

Before, in B4j 2.80, I could change code inside a sub at runtime and it would be updated in real time. I can't seem to make this work anymore with the Beta #7.

You can try the example in debug mode. Try to change anything in the btn_action sub, like modifying the string in the log, or un-commenting the for loop. You will see that it is not updated at runtime.

Thank you.
Jmon.
 

Attachments

  • testDebugger.zip
    1.3 KB · Views: 174

Erel

B4X founder
Staff member
Licensed User
Longtime User
It works fine here.

1. Are you sure that you are running in debug mode?
2. Are you pressing Ctrl + S after doing the changes? What happens afterward? The status bar should show:
SS-2015-05-31_10.38.06.png
 
Upvote 0

jmon

Well-Known Member
Licensed User
Longtime User
Yes I am in debug mode
Capture.PNG

and I pressed CTRL+S to save, I see "Compiling program" then "Hot Code swap completed successfully"
Capture2.PNG


but no it doesn't take into account the changes
 
Upvote 0
Top