You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reaching a road block with this issue. Able to update the variables within the variables view, and it does effect the debug and able to update the code and it updates the source in the Disassembly view, but it won't cause an update to the debugger. Any input on what I might be missing here?
It can be some specifics of the GDB integration requiring a flag for some level hot reload; or maybe it's that hot reload is not available at all in GDB's family? cc @akurtakov
With the code:
println!("Hello, world!");
linesecond
Expected
Prints
The value of x is: second
Actual
Prints
The value of x is: first
The text was updated successfully, but these errors were encountered: