Hi, I’ve been playing with the VirtualT development environment and it looks really good so far! I downloaded the sample project and that works just fine. However, when I start the debugger and set a breakpoint right at the start of the program’s start address (62000) and run the program, the debugger doesn’t seem to halt at the breakpoint. Is there anything additional that I need to do for this to happen? I can work without a debugger, but it sure would be nice to have it available. As a ‘modern-day’ Rust developer, I have gotten very much used to powerful development and debugging tools ;).
Any help would be much appreciated! Cheers, Erik
