/
How to set a hardware breakpoint in netX Studio?

How to set a hardware breakpoint in netX Studio?

Q

How to set a hardware breakpoint in netX Studio?

A

Setting a hardware breakpoint from the C editor sidebar

The easiest way to set a hardware breakpoint is to right-click the editor sidebar on the line where the breakpoint should be inserted and select 'Toggle Hardware Breakpoint':

Note that regular breakpoints are inserted by default. You could switch the default breakpoint type, right-click over the left side bar of the C/C++ Editor and select the desired breakpoint type from the Breakpoint Types menu:

The breakpoint type selection is also available from Debug > Breakpoint Types in the main menu (requires the C/C++ Editor to be active).

Related content

Why are software breakpoints not supported for netX 90?
Why are software breakpoints not supported for netX 90?
More like this
How to set a software watchpoint in netX Studio?
How to set a software watchpoint in netX Studio?
More like this
Why is my program affected when inserting a hardware breakpoint?
Why is my program affected when inserting a hardware breakpoint?
More like this