Commit Graph

2050 Commits (4acd6ccf56ff9547d1026f2f243b4645e6d88e56)
 

Author SHA1 Message Date
Iuri Matias 4acd6ccf56 add methods needed for solidity code navigation 6 years ago
Iuri Matias 5dbf26897d fix breakpoint event; add method to trigger souce update 6 years ago
Iuri Matias 62949d78b3 add jumpto and get trace length steps 6 years ago
Iuri Matias a3403a3104 improve api by adding common methods 6 years ago
Iuri Matias f80539315e add loadCompilationData method 6 years ago
Iuri Matias cdd5da3298 add callbacks so each step of the debugger is only called when it's ready 6 years ago
Iuri Matias 388eca3a24 remove unneeded console logs; prevent crash when step is out of bounds 6 years ago
Iuri Matias 7fe843d6ba add more events 6 years ago
Iuri Matias 316f912a24 display errors 6 years ago
Iuri Matias 53a3fa5790 don't print source automatically; has to be required instead 6 years ago
Iuri Matias cff01523d9 update lib; remove various console logs 6 years ago
Iuri Matias b8c7e30dff add resolveToReducedTrace; clean up; improve output 6 years ago
Iuri Matias af2c763f80 improve displaying current step 6 years ago
Iuri Matias 1f0e23b565 add basic cmd line debugger 6 years ago
Iuri Matias afe0e596ee update test script 6 years ago
Iuri Matias 693b411a5a re-add offset component; add missing vmdebugger start 6 years ago
Iuri Matias 00e15ce815 add offsetToLineColumnConverter to remix-lib 6 years ago
Iuri Matias 888e01a6a7 init providers only after already listening to events 6 years ago
Iuri Matias 11b933ea67 test 6 years ago
yann300 de54cb57f5 Merge pull request #1095 from ethereum/fix_remix_lib 6 years ago
Iuri Matias 10f747a8d7 fix txFormat tests 6 years ago
Omkara 09406f35a3 Merge pull request #1089 from ethereum/LianaHus-patch-1 6 years ago
yann300 7702ba0506 Merge pull request #1090 from ethereum/fix_filename 6 years ago
Iuri Matias d81b163a03 rename filename to fix uppercase issue in the require 6 years ago
Liana Husikyan 7577567264 Update tests.sol.js 6 years ago
yann300 4801b4fa0f Merge pull request #1084 from ethereum/reduce_dependencies 6 years ago
Iuri Matias 42871095a1 move non prod dependencies to devDependencies 6 years ago
yann300 18ed8594d5 Merge pull request #1083 from ethereum/sim_ws 6 years ago
Iuri Matias 4db798f6bb add missing stringify 6 years ago
yann300 5e373f3035 Merge pull request #1082 from ethereum/send_method 6 years ago
Iuri Matias 81a38008ea add missing return 6 years ago
Iuri Matias 2c0c7fa420 make linter happy 6 years ago
yann300 bb6d206801 Merge pull request #995 from ethereum/move_debugger 6 years ago
Iuri Matias 910402e0ed make linter happy 6 years ago
Iuri Matias d0df148702 add websocket support for remix-sim 6 years ago
Iuri Matias be13f992ae add missing send method 6 years ago
Iuri Matias efe3424521 add callback to state manager checkpoint call 6 years ago
Iuri Matias 887356cef3 remove unneed console log 6 years ago
Iuri Matias 8d3d08fdf0 comment test for now (needs to be rewriten with new api) 6 years ago
Iuri Matias ec8d932872 make linter happy 6 years ago
Iuri Matias 42e3f18907 move providers methods out of debugger 6 years ago
Iuri Matias c9a1966f3a move initializations of execution context 6 years ago
Iuri Matias a3e7dbd2be cleanup 6 years ago
Iuri Matias da461dca95 move setManagers to debugger; cleanup 6 years ago
Iuri Matias f8a936344c move execution context out of original debugger 6 years ago
Iuri Matias 9182f007a4 fix requires 6 years ago
Iuri Matias 08d2ee81ee add missing param 6 years ago
Iuri Matias ad79c4f96a make linter happy 6 years ago
Iuri Matias 4776a16b87 remove unneded reset 6 years ago
Iuri Matias fc8bce6687 fix requires 6 years ago