This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Access Breakpoint of AGDI driver using C51

I am using AGDI drivers for developing C51 Emulators. I have question about access breakpoint that check the Read and Write checkboxes and click Define.
But it always show error message: Breakpoint definition error. See Command Window for detailed error information.
The Command Window show:*** error 73: unsupported breakpoint type.

What parameters or callback functions should I set in AGDI driver? let uVision support Read and Write of Access breakpoint.

I want to implement function in AGDI.cpp as follow, but the process never into switch-case AG_WBREAK block whatever I set breakpoint dialog.

0