Bug 170503

Summary: Add debug option to run-jsc script
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: New BugsAssignee: Keith Miller <keith_miller>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, saam, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Keith Miller 2017-04-05 06:16:38 PDT
Add debug option to run-jsc script
Comment 1 Keith Miller 2017-04-05 06:46:44 PDT
Created attachment 306280 [details]
Patch
Comment 2 Yusuke Suzuki 2017-04-05 06:48:38 PDT
Comment on attachment 306280 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2017-04-05 07:29:01 PDT
Comment on attachment 306280 [details]
Patch

Clearing flags on attachment: 306280

Committed r214945: <http://trac.webkit.org/changeset/214945>
Comment 4 WebKit Commit Bot 2017-04-05 07:29:02 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Saam Barati 2017-04-07 11:44:37 PDT
This broke run-jsc --debug. It now launches a release build under lldb. It seems wrong to change the meaning of --debug. Why not just add a new option to launch under lldb?
Comment 6 Yusuke Suzuki 2017-04-07 11:45:55 PDT
(In reply to Saam Barati from comment #5)
> This broke run-jsc --debug. It now launches a release build under lldb. It
> seems wrong to change the meaning of --debug. Why not just add a new option
> to launch under lldb?

https://bugs.webkit.org/show_bug.cgi?id=170587 this will fix the issue.