I am new the the mailing list and am trying to figure out a optimal work flow.
I am currently making a change in the stdlib and building the tool
chain through the (swift/utils/build-toolchain) and debugging
toolchain via REPL and break pointing code to step from test code in
to stdlib source. How ever i can't figure out to set a breakpoint on a
file and line number in the stdlib.
I have a few general questions, any insight would be much appreciated.
1) Any one know of a way to set a break point at file and line number
e.g breakpoint set --file --line ?
2) Any one have a alternative work flow in command line or IDE?
3) Process on debugging test cases, I am just running the script and
checking if it fails or not
Hi everyone ,
I am new the the mailing list and am trying to figure out a optimal work flow.
I am currently making a change in the stdlib and building the tool chain through the (swift/utils/build-toolchain) and debugging toolchain via REPL and break pointing code to step from test code in to stdlib source. How ever i can't figure out to set a breakpoint on a file and line number in the stdlib.
Question. What platform are you trying to build on?
···
On Jul 8, 2016, at 10:17 AM, Lau Bao via swift-dev <swift-dev@swift.org> wrote:
I have a few general questions, any insight would be much appreciated.
1) Any one know of a way to set a break point at file and line number e.g breakpoint set --file --line ?
2) Any one have a alternative work flow in command line or IDE?
3) Process on debugging test cases, I am just running the script and checking if it fails or not
thank you guys in advance
_______________________________________________
swift-dev mailing list
swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev
On Sat, Jul 9, 2016 at 3:37 PM, Michael Gottesman <mgottesman@apple.com> wrote:
On Jul 8, 2016, at 10:17 AM, Lau Bao via swift-dev <swift-dev@swift.org> > wrote:
Hi everyone ,
I am new the the mailing list and am trying to figure out a optimal work flow.
I am currently making a change in the stdlib and building the tool chain through the (swift/utils/build-toolchain) and debugging toolchain via REPL and break pointing code to step from test code in to stdlib source. How ever i can't figure out to set a breakpoint on a file and line number in the stdlib.
Question. What platform are you trying to build on?
I have a few general questions, any insight would be much appreciated.
1) Any one know of a way to set a break point at file and line number e.g breakpoint set --file --line ?
2) Any one have a alternative work flow in command line or IDE?
3) Process on debugging test cases, I am just running the script and checking if it fails or not