Bug 503295 - [lldb] Watch points don't work...on Linux?
Summary: [lldb] Watch points don't work...on Linux?
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 9.1.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-04 00:52 EDT by Marc-André Laperle CLA
Modified: 2020-09-04 15:19 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2016-10-04 00:52:13 EDT
int i = 0;
   i = 2;
I tried to put a watch point on 'i' and it didn't stop. Tested on Linux.