Closed AryyNewbie closed 8 years ago
i corect many page to many pages
2016-10-20 14:20 GMT+08:00 Aryy Newbie aryy.newbie@gmail.com:
i am sorry about that, i trying the languagetool.org
2016-10-20 14:16 GMT+08:00 Sidharth Kshatriya notifications@github.com:
@sidkshatriya commented on this pull request.
In README.md https://github.com/sidkshatriya/dontbug/pull/5#pullrequestreview-5008564 :
@@ -126,7 +126,7 @@ See
dontbug record --help
for more information on the various flags availableCommand
dontbug replay
The
dontbug replay
command replays a previously saved execution trace to a PHP IDE debugger. You may set breakpoints, step through code, inspect variable values etc. as you are used to. But more interestingly, dontbug allows you to reverse debug i.e. step over backwards, run backwards, hit breakpoints when running in reverse and so forth.-dontbug communicates with PHP IDEs by using the dbgp protocol which is the defacto standard for PHP IDEs so no special support is required for dontbug to work with them. As far as the IDEs are concerned they are talking with a normal PHP debug engine. +dontbug communicates with PHP IDEs by using the dbgp protocol which is the defactor standard for PHP IDEs so no special support is required for dontbug to work with them. As far as the IDEs are concerned they are talking with a normal PHP debug engine.
defacto is actually correct here :-)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sidkshatriya/dontbug/pull/5#pullrequestreview-5008564, or mute the thread https://github.com/notifications/unsubscribe-auth/AV403eul7-yRNpzTPj3q8Sb7ZYbF4T93ks5q1wdLgaJpZM4KbvsN .
ok..
2016-10-20 14:24 GMT+08:00 Sidharth Kshatriya notifications@github.com:
@sidkshatriya commented on this pull request.
In README.md https://github.com/sidkshatriya/dontbug/pull/5#pullrequestreview-5009278 :
@@ -1,6 +1,6 @@
Dontbug Debugger
-Dontbug is a reverse debugger (aka time travel debugger) for PHP. It allows you to record the execution of PHP scripts (in command line mode or in the browser) and replay the same execution back in a PHP IDE debugger. During replay you may debug normally (forward mode debugging) or in reverse, which allows you to step over/out backwards, step backwards, run backwards, run to cursor backwards, set breakpoints in the past and so forth. +Dontbug is a reverse debugger (aka time travel debugger) for PHP. It allows you to record the execution of PHP scripts (in command line mode or in the browser) and replay the same execution back in a PHP IDE debugger. During replay, you may debug normally (forward mode debugging) or in reverse, which allows you to step over/out backwards, step backwards, run backwards, run to cursor backwards, set breakpoints in the past and so forth.
This is stylistic choice. Sometimes you want to have a comma to allow the users to pause but sometimes you don't need to. There is a comma after "reverse" which pauses the user. Sometimes having too many commas breaks the flow of the prose.
Thanks for the suggestion though. I may add a comma here as you've suggested but I think its OK for now...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sidkshatriya/dontbug/pull/5#pullrequestreview-5009278, or mute the thread https://github.com/notifications/unsubscribe-auth/AV403XD164ISssAauN7Q5951abXcs3Tbks5q1wkfgaJpZM4KbvsN .
i am sorry about that, i trying the languagetool.org
2016-10-20 14:16 GMT+08:00 Sidharth Kshatriya notifications@github.com: