I have a simple applet which I want to debug.
When I start debug, and put a breakpoint in the
Code: Select all
install
But if I put the breakpoint in the
Code: Select all
process
I know the code from that function is executing, because I get a reply for my sent apdu (selecting the applet, and sending several costume commands), but the debugger no longer breaks on breakpoints.
I'm using the PC/SC set in Tools->IDE Options and check Enable PCSC Interface, is this not a supported use case for debugging? What does Del break point tip mean? Should I enable it? (currently disabled).
Any help making the debugger work when using VReader would be appreciated.