Page 1 of 1

breakpoint not triggered in debug mode when using vreader

Posted: Tue Dec 21, 2021 10:53 am
by feature
Hi,

I have a simple applet which I want to debug.

When I start debug, and put a breakpoint in the

Code: Select all

install
function, it indeed breaks.
But if I put the breakpoint in the

Code: Select all

process
function, it doesn't break for any command.
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.

Re: breakpoint not triggered in debug mode when using vreader

Posted: Thu Jan 06, 2022 8:56 pm
by mbsysde99
Deleted this comment

Re: breakpoint not triggered in debug mode when using vreader

Posted: Fri Jan 07, 2022 4:12 am
by mbsysde99
Deleted this comment

Re: breakpoint not triggered in debug mode when using vreader

Posted: Fri Jan 07, 2022 7:32 am
by mbsysde99
Deleted this comment

Re: breakpoint not triggered in debug mode when using vreader

Posted: Fri Jan 07, 2022 11:01 am
by mbsysde99
Deleted this comment

Re: breakpoint not triggered in debug mode when using vreader

Posted: Fri Jan 07, 2022 11:01 am
by mbsysde99
Deleted this comment

Re: breakpoint not triggered in debug mode when using vreader

Posted: Sat Jan 08, 2022 5:19 am
by mbsysde99
Select applet: From Smart Card Proxy for JCIDE > Global Platform > Applet > Refresh > Select your applet > Select.
Then put breakpoint in your java code, and send apdu to card, you will break on breakpoint.