arkpar
f994da400f
debug formatting for structs and arrays
10 years ago
arkpar
3e7d9e7e04
solidity debugger inspectors
10 years ago
jhuntley
6d62e3ab26
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
10 years ago
arkpar
0698567085
style
10 years ago
arkpar
f88bedc20c
basic source level debugging
10 years ago
arkpar
2b7c7b187d
call stack
10 years ago
arkpar
2137b75c23
added some commets
10 years ago
arkpar
f1a35dcaf0
bebugger bugfixes
10 years ago
arkpar
c820b2597e
debugging into calls
10 years ago
yann300
9c777a4d3c
- misc fixes.
10 years ago
yann300
06ac786317
- Move memDumpToList into mix project (and list replace by vector).
- Add comments.
- Coding Standards.
10 years ago
yann300
1d8fe29f6b
- Coding Standards.
- Cleaning.
10 years ago
yann300
6845bb908e
- store memory dump in list instead of raw string, use the list as QML
model.
- UI: layout of step button.
10 years ago
yann300
fc09c2692b
- small UI changes.
- change on DebuggingStateWrapper::fillList
10 years ago
yann300
4bc3d48ab4
- debug pane design
10 years ago
arkpar
23c82cccac
Removed dependency on WebThreeDirect form Web3Server
Mix Client Model
10 years ago
yann300
5be17f28c7
uidesign
10 years ago
U-SVZ13\Arkady
aa5e44571b
fixed compilation for msvc
10 years ago
yann300
68dd4f1ffd
- Capitals on comments.
- Class suffix renamed Ctrl => Control.
- Use specialized QList (QVariableDeclaration instead of QObject).
- Use CompilerStack::getContractDefinition instead of
CompilerStack::getAst.
10 years ago
yann300
ab85477987
- class / function documentation.
- misc changes.
10 years ago
yann300
19bb4ebe6f
- bug fix padded/unpadded CommonJS.cpp.
- bug fix instanciate child with parent in another thread.
- misc changes.
10 years ago
yann300
8d304d86d0
- Transaction call debugging.
10 years ago
yann300
d76b3f472e
- Send String value to QML instead of int value (gas, gasCost,
gasLeft).
- Wrap label with QApplication::tr (localization).
- Use of std::hex, std::dec instead of QTextStream (to avoid warning).
10 years ago
arkpar
2363cc0f96
completed transaction management
10 years ago
yann300
421506a869
- Coding Standards.
- Q_SLOTS => slots.
- https://github.com/ethereum/cpp-ethereum/issues/557 => replace by 8
spaces instead of 4.
- ref to QtQuick 2.2 instead of 2.3
10 years ago
yann300
6030db73f7
- Bug fix (failed compilation alert was loaded in a separate thread).
- Coding Standards.
- Add DebuggingStatusResult in AssemblyDebuggerCtrl
10 years ago
yann300
de72fa0edd
- fromRaw, fromString, prettyU256 moved to CommonJS.cpp.
- ApplicationCtx => AppContext.
- Smart pointer direct method call (instead of calling get() before).
- ConstantCompilationModel instanciate as smart pointer.
- Bug fix https://github.com/ethereum/cpp-ethereum/issues/557
- Add comments on DebuggingStateWrapper
- Coding Standards
10 years ago
yann300
85fa520d1b
- Coding Standards
10 years ago
yann300
dbc5201e98
- coding standards.
- set 'parent' on QObject custom class to ensure object deletion.
10 years ago
yann300
f990a1ac63
mix IDE M1 first commit
10 years ago