Debugging a Program With dbx

Embedded Slash Command

The embedded slash command was renamed. This is no longer valid:


0x1234/5X

Use the examine command or its alias, x:


examine 0x1234/5X
x 0x1234/5X