You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built curl with configure using --disable-shared --enable-debug --enable-unity --enable-test-bundles among other things.
The keys are: static lib, debug, unity build and test bundle.
I build curl and the tests. I then want to run a libtest using gdb. Let's say test 1940:
$ cd tests
$ ./runtests.pl 1940
[...]
test 1940...[curl_easy_header]
s------emv- OK (1 out of 1 , remaining: 00:00, took 1.649s, duration: 00:01)
TESTDONE: 1 tests were considered during 2 seconds.
TESTDONE: 1 tests out of 1 reported OK: 100%
$ ./runtests.pl -g 1940
./libtest/libtests lib1940: No such file or directory.
Argument list to give program being debugged when it is started is "http://127.0.0.1:44547/1940".
I expected the following
When not doing bundled tests, this let's me set a break-point in test, do run and then single-step forward from the break-point.
curl/libcurl version
current master
operating system
all
The text was updated successfully, but these errors were encountered:
I did this
I built curl with configure using
--disable-shared --enable-debug --enable-unity --enable-test-bundles
among other things.The keys are: static lib, debug, unity build and test bundle.
I build curl and the tests. I then want to run a libtest using gdb. Let's say test 1940:
I expected the following
When not doing bundled tests, this let's me set a break-point in
test
, dorun
and then single-step forward from the break-point.curl/libcurl version
current master
operating system
all
The text was updated successfully, but these errors were encountered: